diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 18:43:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 18:43:01 +0000 |
commit | e3baa9c96daa663f4a4ab58c00f5df0be24f92e2 (patch) | |
tree | 248e85adb057e291aef591df367ca5e2f0c5eb03 | |
parent | 2cc061546d768ac3fab2a09a1c3995aef18062f0 (diff) |
INTEGRATION: CWS warnings01 (1.17.24); FILE MERGED
2006/04/07 18:52:53 sb 1.17.24.2: RESYNC: (1.17-1.19); FILE MERGED
2005/11/11 15:40:26 pl 1.17.24.1: #i55991# removed warnings
-rw-r--r-- | vcl/source/window/window2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index f3932a8945..d2f660d933 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: window2.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: obo $ $Date: 2006-03-22 10:21:39 $ + * last change: $Author: hr $ $Date: 2006-06-19 19:43:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,7 +101,7 @@ // ======================================================================= -DBG_NAMEEX( Window ); +DBG_NAMEEX( Window ) // ======================================================================= |