summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/base14.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/base14.cxx')
-rw-r--r--vcl/source/gdi/base14.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/base14.cxx b/vcl/source/gdi/base14.cxx
index 02524920a2bb..da30404052d6 100644
--- a/vcl/source/gdi/base14.cxx
+++ b/vcl/source/gdi/base14.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,7 +40,7 @@ OString PDFWriterImpl::BuiltinFont::getNameObject() const
OStringBuffer aBuf( 16 );
aBuf.append( '/' );
const char* pRun = m_pPSName;
-
+
unsigned int nCopied = 0;
while( *pRun )
{