summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:17:14 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:23:12 +0200
commitba044b1e9613ed30906a9a540b7da8392923e4e3 (patch)
treee9c4c91fa194d627817905073b5eb7bc1313aad0 /oox/inc
parent1946794ae09ba732022fe6a74ea45e304ab70b84 (diff)
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/export/vmlexport.hxx4
-rw-r--r--oox/inc/oox/helper/containerhelper.hxx1
-rw-r--r--oox/inc/oox/helper/progressbar.hxx1
3 files changed, 0 insertions, 6 deletions
diff --git a/oox/inc/oox/export/vmlexport.hxx b/oox/inc/oox/export/vmlexport.hxx
index 01fb85760d05..54212a65bccf 100644
--- a/oox/inc/oox/export/vmlexport.hxx
+++ b/oox/inc/oox/export/vmlexport.hxx
@@ -26,10 +26,6 @@
#include <filter/msfilter/escherex.hxx>
#include <editeng/outlobj.hxx>
-namespace rtl {
- class OString;
- class OStringBuffer;
-}
namespace oox {
diff --git a/oox/inc/oox/helper/containerhelper.hxx b/oox/inc/oox/helper/containerhelper.hxx
index 667de0d21866..f3b27f05b1e2 100644
--- a/oox/inc/oox/helper/containerhelper.hxx
+++ b/oox/inc/oox/helper/containerhelper.hxx
@@ -26,7 +26,6 @@
#include <com/sun/star/uno/Sequence.h>
#include "oox/dllapi.h"
-namespace rtl { class OUString; }
namespace com { namespace sun { namespace star {
namespace container { class XIndexAccess; }
diff --git a/oox/inc/oox/helper/progressbar.hxx b/oox/inc/oox/helper/progressbar.hxx
index bb8540262750..ba0bdcfbb5c9 100644
--- a/oox/inc/oox/helper/progressbar.hxx
+++ b/oox/inc/oox/helper/progressbar.hxx
@@ -24,7 +24,6 @@
#include <com/sun/star/uno/Reference.hxx>
#include "oox/dllapi.h"
-namespace rtl { class OUString; }
namespace com { namespace sun { namespace star {
namespace task { class XStatusIndicator; }