summaryrefslogtreecommitdiff
path: root/basegfx/source/inc/polygontemplate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/inc/polygontemplate.hxx')
-rw-r--r--basegfx/source/inc/polygontemplate.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basegfx/source/inc/polygontemplate.hxx b/basegfx/source/inc/polygontemplate.hxx
index d95dc4db90eb..4433d2c8cf1d 100644
--- a/basegfx/source/inc/polygontemplate.hxx
+++ b/basegfx/source/inc/polygontemplate.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: polygontemplate.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: aw $ $Date: 2003-04-15 16:02:54 $
+ * last change: $Author: aw $ $Date: 2003-04-28 12:10:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,7 +139,7 @@ public:
sal_Bool IsBezierNeeded()
{
- if(maBackward != Vector::GetEmptyVector() || maForward != Vector::GetEmptyVector())
+ if(!maBackward.EqualZero() || !maForward.EqualZero())
return sal_True;
return sal_False;
}
@@ -342,7 +342,7 @@ public:
}
else
{
- sal_Bool bEmptyVector(rValue == Vector::GetEmptyVector());
+ sal_Bool bEmptyVector(rValue.EqualZero());
if(bEmptyVector)
return;
@@ -380,7 +380,7 @@ public:
}
else
{
- sal_Bool bEmptyVector(rValue == Vector::GetEmptyVector());
+ sal_Bool bEmptyVector(rValue.EqualZero());
if(bEmptyVector)
return;