diff options
author | Michael Stahl <mst@apache.org> | 2011-08-28 22:34:30 +0000 |
---|---|---|
committer | Michael Stahl <mst@apache.org> | 2011-08-28 22:34:30 +0000 |
commit | 332eac8bd99a1a1a838da2a8ec978bd4d71307c6 (patch) | |
tree | 802f265f95fe5ec87b6be3cc95f9daaaeaa0d841 /svtools | |
parent | 79fbe8110d9869c400775f6d81e413bacb6bdb9b (diff) |
unotools: OOutputStreamWrapper:
remove invocation of DECLARE_UNO3_AGG_DEFAULTS
(symbols are somehow not exported with GCC 4.6, and it seems to be
unnecessary)
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/imageresourceaccess.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/misc/imageresourceaccess.cxx b/svtools/source/misc/imageresourceaccess.cxx index a4fd7e372880..fdc7de892168 100644 --- a/svtools/source/misc/imageresourceaccess.cxx +++ b/svtools/source/misc/imageresourceaccess.cxx @@ -47,7 +47,6 @@ namespace svt //........................................................................ using namespace ::utl; - using namespace ::comphelper; using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; |