diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:31:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:31:59 +0000 |
commit | 739508d0afe276e453c9229f18108cea3602a0ff (patch) | |
tree | 14d200fef37e1fabc61c09da8f6cee0face06bf6 /vcl | |
parent | 1a4db0fe0f64fc1b188f6fff90f0274449dd60e8 (diff) |
INTEGRATION: CWS vclcleanup02 (1.18.12); FILE MERGED
2003/12/18 09:45:30 mt 1.18.12.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/unx/source/app/salinst.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/unx/source/app/salinst.cxx b/vcl/unx/source/app/salinst.cxx index 58368ec6c894..e34d401fe2d8 100644 --- a/vcl/unx/source/app/salinst.cxx +++ b/vcl/unx/source/app/salinst.cxx @@ -2,9 +2,9 @@ * * $RCSfile: salinst.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: kz $ $Date: 2003-11-18 14:42:20 $ + * last change: $Author: vg $ $Date: 2004-01-06 14:31:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,9 +59,6 @@ * ************************************************************************/ -#define _SV_SALINST_CXX - -// -=-= #includes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #include <string.h> #include <stdio.h> #include <stdlib.h> |