Kaydet (Commit) 28da0ea3 authored tarafından Matúš Kukan's avatar Matúš Kukan

do not include removed header

üst 1fe85161
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
#include <toolkit/unohlp.hxx> #include <toolkit/unohlp.hxx>
#include <comphelper/property.hxx> #include <comphelper/property.hxx>
#include <comphelper/composedprops.hxx>
#include <comphelper/stl_types.hxx> #include <comphelper/stl_types.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValue.hpp>
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/awt/XControlContainer.hpp> #include <com/sun/star/awt/XControlContainer.hpp>
#include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XFrame.hpp>
#include <comphelper/composedprops.hxx> #include <comphelper/stl_types.hxx>
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <svl/brdcst.hxx> #include <svl/brdcst.hxx>
#include <svl/lstner.hxx> #include <svl/lstner.hxx>
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include "propertyinfo.hxx" #include "propertyinfo.hxx"
#include "modulepcr.hxx" #include "modulepcr.hxx"
#include "enumrepresentation.hxx" #include "enumrepresentation.hxx"
#include <comphelper/composedprops.hxx>
//............................................................................ //............................................................................
namespace pcr namespace pcr
...@@ -46,7 +45,6 @@ namespace pcr ...@@ -46,7 +45,6 @@ namespace pcr
//======================================================================== //========================================================================
class OPropertyInfoService class OPropertyInfoService
:public IPropertyInfoService :public IPropertyInfoService
,public ::comphelper::IPropertySetComposerCallback
,public PcrClient ,public PcrClient
{ {
protected: protected:
...@@ -64,7 +62,6 @@ namespace pcr ...@@ -64,7 +62,6 @@ namespace pcr
virtual ::std::vector< ::rtl::OUString > getPropertyEnumRepresentations(sal_Int32 _nId) const; virtual ::std::vector< ::rtl::OUString > getPropertyEnumRepresentations(sal_Int32 _nId) const;
virtual String getPropertyName( sal_Int32 _nPropId ); virtual String getPropertyName( sal_Int32 _nPropId );
// IPropertySetComposerCallback
virtual sal_Bool isComposeable( const ::rtl::OUString& _rPropertyName ) const; virtual sal_Bool isComposeable( const ::rtl::OUString& _rPropertyName ) const;
protected: protected:
......
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
#include <toolkit/unohlp.hxx> #include <toolkit/unohlp.hxx>
#include <comphelper/property.hxx> #include <comphelper/property.hxx>
#include <comphelper/namecontainer.hxx> #include <comphelper/namecontainer.hxx>
#include <comphelper/composedprops.hxx>
#include <comphelper/stl_types.hxx> #include <comphelper/stl_types.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment