summaryrefslogtreecommitdiff
path: root/xmloff/inc/xexptran.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:37:39 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:37:39 +0000
commit1dd4ad16dfafdc9da9a068eca442345bea5d7091 (patch)
treeb4fa7f7033bdffb96426d75e2c0ba37fb74b7b75 /xmloff/inc/xexptran.hxx
parentd8f4068c2be3570d2589ed064c7b09371e386fb3 (diff)
INTEGRATION: CWS sb59 (1.7.22); FILE MERGED
2006/08/09 12:48:20 sb 1.7.22.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'xmloff/inc/xexptran.hxx')
-rw-r--r--xmloff/inc/xexptran.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/xmloff/inc/xexptran.hxx b/xmloff/inc/xexptran.hxx
index 34e15ce4a6fe..60d1cae550ac 100644
--- a/xmloff/inc/xexptran.hxx
+++ b/xmloff/inc/xexptran.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xexptran.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 17:57:48 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:37:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,7 +160,7 @@ public:
sal_Int32 GetY() const { return mnY; }
sal_Int32 GetWidth() const { return mnW; }
sal_Int32 GetHeight() const { return mnH; }
- const rtl::OUString& GetExportString(const SvXMLUnitConverter& rConv);
+ const rtl::OUString& GetExportString();
};
//////////////////////////////////////////////////////////////////////////////
@@ -175,7 +175,6 @@ public:
const SdXMLImExViewBox& rViewBox,
const com::sun::star::awt::Point& rObjectPos,
const com::sun::star::awt::Size& rObjectSize,
- const SvXMLUnitConverter& rConv,
// #96328#
const sal_Bool bClosed = sal_True);
SdXMLImExPointsElement(const rtl::OUString& rNew,
@@ -216,7 +215,6 @@ public:
com::sun::star::drawing::FlagSequence* pFlags,
const com::sun::star::awt::Point& rObjectPos,
const com::sun::star::awt::Size& rObjectSize,
- const SvXMLUnitConverter& rConv,
sal_Bool bClosed = FALSE, sal_Bool bRelative = TRUE);
const rtl::OUString& GetExportString() const { return msString; }