From ba044b1e9613ed30906a9a540b7da8392923e4e3 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sun, 7 Apr 2013 14:17:14 +0200 Subject: remove needless forward rtl::OUString declarations Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034 --- svtools/inc/svtools/DocumentInfoPreview.hxx | 1 - svtools/inc/svtools/scriptedtext.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'svtools') 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 -namespace rtl { class OUString; } class OutputDevice; class Font; class SvtScriptedTextHelper_Impl; -- cgit