Skip to content

Commit 2d143e1

Browse files
committed
minor
1 parent dfb4cb9 commit 2d143e1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/odr/exceptions.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,18 @@ NoOfficeOpenXmlFile::NoOfficeOpenXmlFile()
6060

6161
NoPdfFile::NoPdfFile() : std::runtime_error("not a pdf file") {}
6262

63+
<<<<<<< Updated upstream
64+
<<<<<<< Updated upstream
6365
NoLegacyMicrosoftFile::NoLegacyMicrosoftFile()
6466
: std::runtime_error("not a legacy microsoft office file") {}
67+
=======
68+
NoLegacyMicrosoftFile::NoLegacyMicrosoftFile()
69+
: std::runtime_error("not a legacy microsoft office file") {}
70+
>>>>>>> Stashed changes
71+
=======
72+
NoLegacyMicrosoftFile::NoLegacyMicrosoftFile()
73+
: std::runtime_error("not a legacy microsoft office file") {}
74+
>>>>>>> Stashed changes
6575

6676
NoXmlFile::NoXmlFile() : std::runtime_error("not an xml file") {}
6777

0 commit comments

Comments
 (0)