summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2002-01-08 14:43:07 +0000
committerArmin Weiss <aw@openoffice.org>2002-01-08 14:43:07 +0000
commit20bd0b06f5ec68e60ddae5213f0723ed72dbae4d (patch)
treef27c9f67332cc8c171632a665547786d8393a04e /xmloff/inc
parent6e9302b56067e7fb93390c8141554ae367e5f7ce (diff)
#96328# Use knowledge of polygon closed state to correctly optimize first/last point equality
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xexptran.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/inc/xexptran.hxx b/xmloff/inc/xexptran.hxx
index a22f7ad37332..578a229bbaae 100644
--- a/xmloff/inc/xexptran.hxx
+++ b/xmloff/inc/xexptran.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xexptran.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: aw $ $Date: 2001-02-26 10:23:28 $
+ * last change: $Author: aw $ $Date: 2002-01-08 15:41:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,7 +201,9 @@ public:
const SdXMLImExViewBox& rViewBox,
const com::sun::star::awt::Point& rObjectPos,
const com::sun::star::awt::Size& rObjectSize,
- const SvXMLUnitConverter& rConv);
+ const SvXMLUnitConverter& rConv,
+ // #96328#
+ const sal_Bool bClosed = sal_True);
SdXMLImExPointsElement(const rtl::OUString& rNew,
const SdXMLImExViewBox& rViewBox,
const com::sun::star::awt::Point& rObjectPos,