From f06c36191f9d77b39bd01696d319449016798d46 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 3 Feb 2004 15:45:04 +0000
Subject: 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
---
vcl/source/gdi/outdev.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'vcl')
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
DBG_NAME( OutputDevice );
-DBG_NAMEEX( Polygon );
-DBG_NAMEEX( PolyPolygon );
+DBG_NAME( Polygon );
+DBG_NAME( PolyPolygon );
DBG_NAMEEX( Region );
// -----------------------------------------------------------------------
--
cgit