summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-10-03 17:03:17 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-10-03 17:03:17 +0200
commit28da0ea37f55885ba6e85a4cb58ef7b9b759f803 (patch)
treed7dd24403af196237e504080740035d95d3486fa /extensions
parent1fe85161e45d2097e5c3f1e227920d91b8e5d6fe (diff)
do not include removed header
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx
index 9c112e965538..6a7f48eafb80 100644
--- a/extensions/source/propctrlr/formmetadata.hxx
+++ b/extensions/source/propctrlr/formmetadata.hxx
@@ -32,7 +32,6 @@
#include "propertyinfo.hxx"
#include "modulepcr.hxx"
#include "enumrepresentation.hxx"
-#include <comphelper/composedprops.hxx>
//............................................................................
namespace pcr
@@ -46,7 +45,6 @@ namespace pcr
//========================================================================
class OPropertyInfoService
:public IPropertyInfoService
- ,public ::comphelper::IPropertySetComposerCallback
,public PcrClient
{
protected:
@@ -64,7 +62,6 @@ namespace pcr
virtual ::std::vector< ::rtl::OUString > getPropertyEnumRepresentations(sal_Int32 _nId) const;
virtual String getPropertyName( sal_Int32 _nPropId );
- // IPropertySetComposerCallback
virtual sal_Bool isComposeable( const ::rtl::OUString& _rPropertyName ) const;
protected: