diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-09 19:23:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-09 21:02:11 +0200 |
commit | f58ee783eebf74108c1c1dd5f24e6abaa19c4f09 (patch) | |
tree | 34b7ebcb305f4d5b2e54f428fb7acf0e3156d36d /include | |
parent | 669655d146ea87db2df28125b02bcfdfe4ef61d7 (diff) |
Improve ErrorCodeIOException messages
...and clean up some includes.
Change-Id: Ia5843cd38f967722d7173a6c87fba26064e3ffd6
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sfxuno.hxx | 1 | ||||
-rw-r--r-- | include/tools/diagnose_ex.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/sfxuno.hxx b/include/sfx2/sfxuno.hxx index 2f69e6e791ca..70029b1d9228 100644 --- a/include/sfx2/sfxuno.hxx +++ b/include/sfx2/sfxuno.hxx @@ -28,7 +28,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> -#include <com/sun/star/task/ErrorCodeIOException.hpp> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/uno/Type.h> diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h index 50a400d39313..445ea7e6120e 100644 --- a/include/tools/diagnose_ex.h +++ b/include/tools/diagnose_ex.h @@ -34,7 +34,6 @@ #if OSL_DEBUG_LEVEL > 0 #include <com/sun/star/configuration/CorruptedConfigurationException.hpp> - #include <com/sun/star/task/ErrorCodeIOException.hpp> #include <cppuhelper/exc_hlp.hxx> #include <osl/diagnose.h> #include <osl/thread.h> |