diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:51:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:51:01 +0000 |
commit | 50199b8bf8e69b642c37426d1cd5b152b72bf435 (patch) | |
tree | 048506c42874646d4acf7e2c4bb04fb45caafd48 /vcl | |
parent | 8a1b066d259536f7dda45d5ff7835846662b4acf (diff) |
INTEGRATION: CWS vclcleanup02 (1.4.228); FILE MERGED
2003/12/18 09:45:41 mt 1.4.228.1: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed some windows compiler warnings
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/app/saldata.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/win/source/app/saldata.cxx b/vcl/win/source/app/saldata.cxx index dc629bf23719..857bf825058c 100644 --- a/vcl/win/source/app/saldata.cxx +++ b/vcl/win/source/app/saldata.cxx @@ -2,9 +2,9 @@ * * $RCSfile: saldata.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2003-04-01 14:07:44 $ + * last change: $Author: vg $ $Date: 2004-01-06 14:51:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,8 +64,6 @@ #endif #include "rtl/tencinfo.h" -#define _SV_SALDATA_CXX - #ifndef _SV_SALDATA_HXX #include <saldata.hxx> #endif |