diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-20 00:50:17 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-20 00:50:59 +0900 |
commit | eeb5bea1d4e41ac190283d3b7d90659acbce5065 (patch) | |
tree | afef43b5685ce49c9f74c4721725fbf0fbdb1001 /svl | |
parent | 6bb8dbf8072caedd2f79faa9e72fddd63541baad (diff) |
removed unused forward declarations of class
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/inc/poolio.hxx | 2 | ||||
-rw-r--r-- | svl/source/numbers/numfmuno.hxx | 2 |
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; |