summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-20 00:50:17 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-20 00:50:59 +0900
commiteeb5bea1d4e41ac190283d3b7d90659acbce5065 (patch)
treeafef43b5685ce49c9f74c4721725fbf0fbdb1001 /svl
parent6bb8dbf8072caedd2f79faa9e72fddd63541baad (diff)
removed unused forward declarations of class
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
Diffstat (limited to 'svl')
-rw-r--r--svl/source/inc/poolio.hxx2
-rw-r--r--svl/source/numbers/numfmuno.hxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/svl/source/inc/poolio.hxx b/svl/source/inc/poolio.hxx
index b334e057d6df..0040d63fcfce 100644
--- a/svl/source/inc/poolio.hxx
+++ b/svl/source/inc/poolio.hxx
@@ -70,8 +70,6 @@ struct SfxPoolItemArray_Impl: public SfxPoolItemArrayBase_Impl
{}
};
-class SfxStyleSheetIterator;
-
struct SfxItemPool_Impl
{
SfxBroadcaster aBC;
diff --git a/svl/source/numbers/numfmuno.hxx b/svl/source/numbers/numfmuno.hxx
index 32be1a893e26..5a5859795ad4 100644
--- a/svl/source/numbers/numfmuno.hxx
+++ b/svl/source/numbers/numfmuno.hxx
@@ -41,8 +41,6 @@
#include <rtl/ref.hxx>
#include <tools/solar.h>
-class SvNumberformat;
-class SvNumberFormatter;
class SvNumberFormatsSupplierObj;