diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-04-07 14:17:14 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-04-07 14:23:12 +0200 |
commit | ba044b1e9613ed30906a9a540b7da8392923e4e3 (patch) | |
tree | e9c4c91fa194d627817905073b5eb7bc1313aad0 /unotools | |
parent | 1946794ae09ba732022fe6a74ea45e304ab70b84 (diff) |
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/configmgr.hxx | 1 | ||||
-rw-r--r-- | unotools/inc/unotools/ucbhelper.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/unotools/inc/unotools/configmgr.hxx b/unotools/inc/unotools/configmgr.hxx index 9fc2c027ae78..f5964a505cf4 100644 --- a/unotools/inc/unotools/configmgr.hxx +++ b/unotools/inc/unotools/configmgr.hxx @@ -32,7 +32,6 @@ namespace com { namespace sun { namespace star { namespace container{ class XHierarchicalNameAccess; } } } } -namespace rtl { class OUString; } namespace utl { class ConfigItem; } namespace utl { diff --git a/unotools/inc/unotools/ucbhelper.hxx b/unotools/inc/unotools/ucbhelper.hxx index eb171591d69a..fad06ced5e2d 100644 --- a/unotools/inc/unotools/ucbhelper.hxx +++ b/unotools/inc/unotools/ucbhelper.hxx @@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; } } } } -namespace rtl { class OUString; } namespace ucbhelper { class Content; } namespace utl { namespace UCBContentHelper { |