summaryrefslogtreecommitdiff
path: root/basctl
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 /basctl
parent1fe85161e45d2097e5c3f1e227920d91b8e5d6fe (diff)
do not include removed header
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/dlged/propbrw.cxx1
-rw-r--r--basctl/source/inc/propbrw.hxx2
2 files changed, 1 insertions, 2 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>