diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:08:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:09:38 +0900 |
commit | 462935f367534012817efb2478c4f748f0576d5c (patch) | |
tree | 3dbd9b7167e8a09b2e6252d486892eabef3cc382 /xmloff | |
parent | 74b5e0d5e5b57755553fde6c77712a87025f1667 (diff) |
removed unused forward declarations of class
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/PropertySetMerger.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/core/PropertySetMerger.cxx b/xmloff/source/core/PropertySetMerger.cxx index e730a5255b53..9327db80e197 100644 --- a/xmloff/source/core/PropertySetMerger.cxx +++ b/xmloff/source/core/PropertySetMerger.cxx @@ -38,8 +38,6 @@ using namespace ::com::sun::star::lang; #include <cppuhelper/implbase3.hxx> -class SvXMLAttrContainerItem_Impl; - class PropertySetMergerImpl : public ::cppu::WeakAggImplHelper3< XPropertySet, XPropertyState, XPropertySetInfo > { private: |