summaryrefslogtreecommitdiff
path: root/vcl/unx/source/gdi/pspgraphics.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-24 09:32:10 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-24 09:32:10 +0000
commitbb24a3dd5eb3b48e8208ecacd02b46a24e8d29a0 (patch)
tree8c247132eac6ff87c31dfb8dff3d071b0cc66508 /vcl/unx/source/gdi/pspgraphics.cxx
parent016474766a14bcd0e903677d46795c4e7b0daad9 (diff)
INTEGRATION: CWS mergesvp (1.24.14); FILE MERGED
2007/07/04 11:00:55 pl 1.24.14.2: RESYNC: (1.24-1.25); FILE MERGED 2007/07/02 12:28:07 pl 1.24.14.1: #i79058# join from vcl80
Diffstat (limited to 'vcl/unx/source/gdi/pspgraphics.cxx')
-rw-r--r--vcl/unx/source/gdi/pspgraphics.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/source/gdi/pspgraphics.cxx b/vcl/unx/source/gdi/pspgraphics.cxx
index c55a26ee74be..dc69128bc3b3 100644
--- a/vcl/unx/source/gdi/pspgraphics.cxx
+++ b/vcl/unx/source/gdi/pspgraphics.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pspgraphics.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: hr $ $Date: 2007-06-28 10:21:59 $
+ * last change: $Author: rt $ $Date: 2007-07-24 10:32:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1332,6 +1332,7 @@ ImplDevFontAttributes PspGraphics::Info2DevFontAttributes( const psp::FastPrintF
if( bHasMapNames )
aDFA.maMapNames.Append( ';' );
aDFA.maMapNames.Append( (*it).getStr() );
+ bHasMapNames = true;
}
#if OSL_DEBUG_LEVEL > 2