summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-22 22:17:45 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-22 22:19:02 +0200
commit14d7aa76923bb046e4cca361c72eca817000342f (patch)
treea10f22f24df315839224663c5bfbc9f4fea0d27b /odk
parent8774a2b1279fcb43eb3cf821cadd3b969078cbcd (diff)
cppcheck: multiCondition, remove duplicate
Change-Id: I8f819a1ab24ab9fa3a8ef7478f105620deae4aa0
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx
index 31de9dedb951..b32031329210 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx
@@ -167,9 +167,6 @@ OUString SAL_CALL FilterDetect::detect(Sequence< PropertyValue >& aArguments )
else if (aMimeType.equals("application/x-vnd.oasis.opendocument.presentation") ||
aMimeType.equals("application/vnd.oasis.opendocument.presentation"))
sTypeName = "devguide_FlatXMLType_Cpp_impress";
- else if (aMimeType.equals("application/x-vnd.oasis.opendocument.presentation") ||
- aMimeType.equals("application/vnd.oasis.opendocument.presentation"))
- sTypeName = "devguide_FlatXMLType_Cpp_impress";
}
}
return sTypeName;