[Libreoffice-commits] .: basctl/source extensions/source reportdesign/source

Matus Kukan mkukan at kemper.freedesktop.org
Mon Oct 3 08:06:25 PDT 2011


 basctl/source/dlged/propbrw.cxx              |    1 -
 basctl/source/inc/propbrw.hxx                |    2 +-
 extensions/source/propctrlr/formmetadata.hxx |    3 ---
 reportdesign/source/ui/report/propbrw.cxx    |    1 -
 4 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 28da0ea37f55885ba6e85a4cb58ef7b9b759f803
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Mon Oct 3 17:03:17 2011 +0200

    do not include removed header

diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx
index 037c41e..d192aba 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 9e0e1e3..66013fa 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 9c112e9..6a7f48e 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 4a54fa6..737af68 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>


More information about the Libreoffice-commits mailing list