summaryrefslogtreecommitdiff
path: root/basegfx/source/tools/numbertools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/tools/numbertools.cxx')
-rw-r--r--basegfx/source/tools/numbertools.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/source/tools/numbertools.cxx b/basegfx/source/tools/numbertools.cxx
index d30a8371ab2b..86b926ab55d2 100644
--- a/basegfx/source/tools/numbertools.cxx
+++ b/basegfx/source/tools/numbertools.cxx
@@ -12,7 +12,7 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
-#include <rtl/ustrbuf.hxx>
+#include <rtl/strbuf.hxx>
#include <rtl/math.hxx>
#include <utility>
@@ -27,8 +27,8 @@ namespace basegfx { namespace tools
// }
// config here
- rtl::OUStringBuffer aNum;
- rtl::math::doubleToUStringBuffer(aNum,
+ rtl::OStringBuffer aNum;
+ rtl::math::doubleToStringBuffer(aNum,
fValue,
rtl_math_StringFormat_F,
nDecPlaces, '.',