diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-08 22:30:06 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-10 15:52:49 +0900 |
commit | dae9b7060dd60702c7bc9270c6efdba89e41106a (patch) | |
tree | 4a8b0e186a46fab01bc912a7857ce5d580d1c306 /odk | |
parent | 4cb23d2016042b0738b0be1ec5b4dfe4e2b80b5a (diff) |
Drop duplicate #include
Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx index 355d760abbce..eb4e4f3d47ff 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/filterdetect.cxx @@ -50,7 +50,6 @@ #include <com/sun/star/task/XStatusIndicatorFactory.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/style/XStyleLoader.hpp> -#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/document/XExtendedFilterDetection.hpp> #include <com/sun/star/beans/PropertyState.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> |