summaryrefslogtreecommitdiff
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
parent1fe85161e45d2097e5c3f1e227920d91b8e5d6fe (diff)
do not include removed header
-rw-r--r--basctl/source/dlged/propbrw.cxx1
-rw-r--r--basctl/source/inc/propbrw.hxx2
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx3
-rw-r--r--reportdesign/source/ui/report/propbrw.cxx1
4 files changed, 1 insertions, 6 deletions
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx
index 037c41e82c62..d192abaffd34 100644
--- a/basctl/source/dlged/propbrw.cxx
+++ b/basctl/source/dlged/propbrw.cxx
@@ -54,7 +54,6 @@
#include <toolkit/unohlp.hxx>
#include <comphelper/property.hxx>
-#include <comphelper/composedprops.hxx>
#include <comphelper/stl_types.hxx>
#include <comphelper/types.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx
index 9e0e1e334b0f..66013faeb930 100644
--- a/basctl/source/inc/propbrw.hxx
+++ b/basctl/source/inc/propbrw.hxx
@@ -33,7 +33,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/awt/XControlContainer.hpp>
#include <com/sun/star/frame/XFrame.hpp>
-#include <comphelper/composedprops.hxx>
+#include <comphelper/stl_types.hxx>
#include <sfx2/basedlgs.hxx>
#include <svl/brdcst.hxx>
#include <svl/lstner.hxx>
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:
diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx
index 4a54fa612094..737af686028b 100644
--- a/reportdesign/source/ui/report/propbrw.cxx
+++ b/reportdesign/source/ui/report/propbrw.cxx
@@ -46,7 +46,6 @@
#include <toolkit/unohlp.hxx>
#include <comphelper/property.hxx>
#include <comphelper/namecontainer.hxx>
-#include <comphelper/composedprops.hxx>
#include <comphelper/stl_types.hxx>
#include <comphelper/types.hxx>
#include <comphelper/sequence.hxx>