summaryrefslogtreecommitdiff
path: root/svtools/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 /svtools/inc
parent1946794ae09ba732022fe6a74ea45e304ab70b84 (diff)
remove needless forward rtl::OUString declarations
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/DocumentInfoPreview.hxx1
-rw-r--r--svtools/inc/svtools/scriptedtext.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/svtools/inc/svtools/DocumentInfoPreview.hxx b/svtools/inc/svtools/DocumentInfoPreview.hxx
index 2b66d8f87229..c6f493c8cf41 100644
--- a/svtools/inc/svtools/DocumentInfoPreview.hxx
+++ b/svtools/inc/svtools/DocumentInfoPreview.hxx
@@ -36,7 +36,6 @@ namespace com { namespace sun { namespace star {
namespace document { class XDocumentProperties; }
namespace util { struct DateTime; }
} } }
-namespace rtl { class OUString; }
namespace svtools {
diff --git a/svtools/inc/svtools/scriptedtext.hxx b/svtools/inc/svtools/scriptedtext.hxx
index f25823e793f2..7e3928640dfe 100644
--- a/svtools/inc/svtools/scriptedtext.hxx
+++ b/svtools/inc/svtools/scriptedtext.hxx
@@ -24,7 +24,6 @@
#include <com/sun/star/i18n/XBreakIterator.hpp>
-namespace rtl { class OUString; }
class OutputDevice;
class Font;
class SvtScriptedTextHelper_Impl;