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 --- svx/source/accessibility/lookupcolorname.hxx | 1 - svx/source/inc/xmlxtexp.hxx | 1 - svx/source/inc/xmlxtimp.hxx | 1 - 3 files changed, 3 deletions(-) (limited to 'svx') diff --git a/svx/source/accessibility/lookupcolorname.hxx b/svx/source/accessibility/lookupcolorname.hxx index 30cf716beb7e..ae33ee3eb6ce 100644 --- a/svx/source/accessibility/lookupcolorname.hxx +++ b/svx/source/accessibility/lookupcolorname.hxx @@ -22,7 +22,6 @@ #include "sal/config.h" -namespace rtl { class OUString; } namespace accessibility { diff --git a/svx/source/inc/xmlxtexp.hxx b/svx/source/inc/xmlxtexp.hxx index 69cd12ddd86b..10bd4badda41 100644 --- a/svx/source/inc/xmlxtexp.hxx +++ b/svx/source/inc/xmlxtexp.hxx @@ -22,7 +22,6 @@ #include "xmloff/xmlexp.hxx" -namespace rtl { class OUString; } namespace com { namespace sun { namespace star { namespace frame { class XModel; } namespace uno { template class Reference; } diff --git a/svx/source/inc/xmlxtimp.hxx b/svx/source/inc/xmlxtimp.hxx index 0a9ba8701766..d1815531fdbe 100644 --- a/svx/source/inc/xmlxtimp.hxx +++ b/svx/source/inc/xmlxtimp.hxx @@ -22,7 +22,6 @@ #include -namespace rtl { class OUString; } namespace com { namespace sun { namespace star { namespace uno { template class Reference; } namespace uno { class XInterface; } -- cgit