diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 11:57:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 12:03:59 +0100 |
commit | 0fa31bed9a7a0666df26a1016d74df3ec15b40f9 (patch) | |
tree | 679aea468eef96285855e2a4b7316ee2f0de37d6 /svx | |
parent | 4ae9b3ab10c882bd9c25b1f1303325a0ecd7fc06 (diff) |
Default OMultiTypeInferfaceContainerHelperVar equalImpl parameter
...and assorted OUStringHash clean up
Change-Id: I779904e1275e8df88f567beb388d1d11af9e9671
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/shapepropertynotifier.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/unodraw/shapepropertynotifier.cxx b/svx/source/unodraw/shapepropertynotifier.cxx index ed2d7ede90e6..2a401e7161fa 100644 --- a/svx/source/unodraw/shapepropertynotifier.cxx +++ b/svx/source/unodraw/shapepropertynotifier.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> -#include <comphelper/stl_types.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/weak.hxx> #include <tools/diagnose_ex.h> @@ -66,7 +65,6 @@ namespace svx typedef ::cppu::OMultiTypeInterfaceContainerHelperVar < OUString , OUStringHash - , ::comphelper::UStringEqual > PropertyChangeListenerContainer; //==================================================================== |