Skip to content

Commit ebca561

Browse files
committed
fix merge
1 parent 2d143e1 commit ebca561

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/odr/exceptions.cpp

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

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

63-
<<<<<<< Updated upstream
64-
<<<<<<< Updated upstream
6563
NoLegacyMicrosoftFile::NoLegacyMicrosoftFile()
6664
: 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
7565

7666
NoXmlFile::NoXmlFile() : std::runtime_error("not an xml file") {}
7767

0 commit comments

Comments
 (0)