diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 15:45:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 15:45:04 +0000 |
commit | f06c36191f9d77b39bd01696d319449016798d46 (patch) | |
tree | 1ff77a6503e47feaab16fa63881dd50180071856 /vcl | |
parent | 1bc89c1829e37354b8197effb7f1c291eb9049e2 (diff) |
INTEGRATION: CWS vcl16 (1.24.2); FILE MERGED
2003/11/12 11:08:48 hdu 1.24.2.1: #i22367# added Takamichi Nara's patch to add GetDefaultFont() debug messages
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx index 9741e70cb426..143dfee2e574 100644 --- a/vcl/source/gdi/outdev.cxx +++ b/vcl/source/gdi/outdev.cxx @@ -2,9 +2,9 @@ * * $RCSfile: outdev.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2004-02-03 11:52:49 $ + * last change: $Author: hr $ $Date: 2004-02-03 16:45:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -142,8 +142,8 @@ #include <com/sun/star/awt/XGraphics.hpp> DBG_NAME( OutputDevice ); -DBG_NAMEEX( Polygon ); -DBG_NAMEEX( PolyPolygon ); +DBG_NAME( Polygon ); +DBG_NAME( PolyPolygon ); DBG_NAMEEX( Region ); // ----------------------------------------------------------------------- |