diff options
Diffstat (limited to 'scripting/source/stringresource')
-rw-r--r-- | scripting/source/stringresource/stringresource.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx index 4e721517c8b0..4d4bcb1c045e 100644 --- a/scripting/source/stringresource/stringresource.cxx +++ b/scripting/source/stringresource/stringresource.cxx @@ -22,25 +22,20 @@ #include <com/sun/star/io/TempFile.hpp> #include <com/sun/star/io/TextInputStream.hpp> #include <com/sun/star/io/TextOutputStream.hpp> -#include <com/sun/star/io/XActiveDataSink.hpp> -#include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/lang/NoSupportException.hpp> -#include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/resource/MissingResourceException.hpp> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/ElementExistException.hpp> -#include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <osl/diagnose.h> #include <rtl/tencinfo.h> #include <rtl/ustrbuf.hxx> -#include <rtl/strbuf.hxx> #include <tools/urlobj.hxx> #include <i18nlangtag/languagetag.hxx> |