summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-11-26 10:37:14 +0000
committerMichael Brauer <mib@openoffice.org>2001-11-26 10:37:14 +0000
commit45d192025a47f0ab3624ddb9b84e14e7567c489f (patch)
treeade40b1ecdc2b425fc5f71f41c70b8780df267f9 /sw/source/filter/xml/xmltexti.hxx
parent5472d80a5ecf555ef34a854b39b0716803a990fa (diff)
#94311#: Keep width and height in parameter list
Diffstat (limited to 'sw/source/filter/xml/xmltexti.hxx')
-rw-r--r--sw/source/filter/xml/xmltexti.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmltexti.hxx b/sw/source/filter/xml/xmltexti.hxx
index 16ecca4bcc81..427bdbf56259 100644
--- a/sw/source/filter/xml/xmltexti.hxx
+++ b/sw/source/filter/xml/xmltexti.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltexti.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: dvo $ $Date: 2001-09-21 16:31:29 $
+ * last change: $Author: mib $ $Date: 2001-11-26 11:37:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,8 +137,8 @@ public:
sal_Int32 nWidth, sal_Int32 nHeight );
virtual void endAppletOrPlugin(
- const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > &rPropSet,
- ::std::map < const ::rtl::OUString, const ::rtl::OUString, less_functor > &rParamMap);
+ ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > &rPropSet,
+ ::std::map < const ::rtl::OUString, ::rtl::OUString, ::comphelper::UStringLess> &rParamMap);
virtual sal_Bool IsInHeaderFooter() const;