summaryrefslogtreecommitdiff
path: root/vcl/generic/print/common_gfx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic/print/common_gfx.cxx')
-rw-r--r--vcl/generic/print/common_gfx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/print/common_gfx.cxx b/vcl/generic/print/common_gfx.cxx
index e73c6aa9dbb4..c460558f641d 100644
--- a/vcl/generic/print/common_gfx.cxx
+++ b/vcl/generic/print/common_gfx.cxx
@@ -1204,7 +1204,7 @@ PrinterGfx::DrawEPS( const Rectangle& rBoundingBox, void* pPtr, sal_uInt32 nSize
static sal_uInt16 nEps = 0;
if( aDocTitle.isEmpty() )
- aDocTitle = rtl::OString::valueOf(static_cast<sal_Int32>(nEps++));
+ aDocTitle = OString::number(nEps++);
if( fLeft != fRight && fTop != fBottom )
{