summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdfmtf.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:07:11 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:07:11 +0000
commit0d3e1d328e00722c90555e432f39ad3183902c22 (patch)
tree70ef7c73a84f88dce72e74e15ed5c2e5f0375e52 /svx/source/svdraw/svdfmtf.hxx
parent259872b0cd73ccaa75a9765bea0f4b4a0a8718d2 (diff)
INTEGRATION: CWS aw040 (1.6.720); FILE MERGED
2007/01/16 11:06:33 aw 1.6.720.1: #i73407# close filled polygons, refornat to remove XPolygon
Diffstat (limited to 'svx/source/svdraw/svdfmtf.hxx')
-rw-r--r--svx/source/svdraw/svdfmtf.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/svx/source/svdraw/svdfmtf.hxx b/svx/source/svdraw/svdfmtf.hxx
index 47588a5191c7..a707e47d439e 100644
--- a/svx/source/svdraw/svdfmtf.hxx
+++ b/svx/source/svdraw/svdfmtf.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdfmtf.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:27:11 $
+ * last change: $Author: obo $ $Date: 2007-01-25 11:07:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,8 +160,9 @@ protected:
void InsertObj( SdrObject* pObj, sal_Bool bScale = sal_True );
void MapScaling();
- sal_Bool CheckLastLineMerge(const XPolygon& rSrcPoly);
- sal_Bool CheckLastPolyLineAndFillMerge(const XPolyPolygon& rPoly);
+ // #i73407# reformulation to use new B2DPolygon classes
+ bool CheckLastLineMerge(const basegfx::B2DPolygon& rSrcPoly);
+ bool CheckLastPolyLineAndFillMerge(const basegfx::B2DPolyPolygon& rPolyPolygon);
public:
ImpSdrGDIMetaFileImport(SdrModel& rModel);
@@ -176,4 +177,4 @@ public:
////////////////////////////////////////////////////////////////////////////////////////////////////
#endif //_SVDFMTF_HXX
-
+// eof