summaryrefslogtreecommitdiffstats
path: root/svgio/inc/SvgNumber.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/SvgNumber.hxx')
-rw-r--r--svgio/inc/SvgNumber.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/SvgNumber.hxx b/svgio/inc/SvgNumber.hxx
index 4d03335cf424..b2fc51b6f7ac 100644
--- a/svgio/inc/SvgNumber.hxx
+++ b/svgio/inc/SvgNumber.hxx
@@ -99,7 +99,7 @@ public:
bool isPositive() const
{
- return basegfx::fTools::moreOrEqual(mfNumber, 0.0);
+ return mfNumber >= 0.0;
}
// Only usable in cases, when the unit is not SvgUnit::percent, otherwise use method solve