summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 15:53:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 15:53:17 +0000
commite46b2080449e0f93469ba17e66c9a1a3141d907b (patch)
tree7763c08d8c91dc31b8d21a2054f5a97e2b8308fa /desktop/win32
parent3e99ce54c7113b762b0eec1929b7e4610e16203b (diff)
INTEGRATION: CWS installer05 (1.5.10); FILE MERGED
2005/02/03 09:14:54 dv 1.5.10.1: cleaned up resources
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/setup/setup.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/desktop/win32/source/setup/setup.hxx b/desktop/win32/source/setup/setup.hxx
index cb96611770..dc9af266ef 100644
--- a/desktop/win32/source/setup/setup.hxx
+++ b/desktop/win32/source/setup/setup.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: setup.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2005-01-25 13:36:08 $
+ * last change: $Author: vg $ $Date: 2005-02-16 16:53:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,10 +71,6 @@
#undef Create_SetupAppX
#endif
-#ifdef SetupDlgProcX
- #undef SetupDlgProcX
-#endif
-
#ifdef LanguageDataX
#undef LanguageDataX
#endif
@@ -83,12 +79,10 @@
#ifdef UNICODE
#define SetupAppX SetupAppW
#define Create_SetupAppX Create_SetupAppW
- #define SetupDlgProcX SetupDlgProcW
#define LanguageDataX LanguageDataW
#else
#define SetupAppX SetupAppA
#define Create_SetupAppX Create_SetupAppA
- #define SetupDlgProcX SetupDlgProcA
#define LanguageDataX LanguageDataA
#endif