summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 12:36:08 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 12:36:08 +0000
commit7225cb87a6fb1c3ba529da6035f706f821e85095 (patch)
tree0962918f1857e142a2da0e3ca20f2fcd9528ec92 /desktop/win32
parentccbd7260ce04d164c7d8cb3fdc419ca59b686e5c (diff)
INTEGRATION: CWS installer03 (1.4.8); FILE MERGED
2005/01/13 10:13:31 dv 1.4.8.1: #i38509# No 'choose language' dialog
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/setup/setup.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/desktop/win32/source/setup/setup.hxx b/desktop/win32/source/setup/setup.hxx
index 49cfe5e6eb..cb96611770 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2004-11-26 22:29:35 $
+ * last change: $Author: obo $ $Date: 2005-01-25 13:36:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,8 +125,9 @@ class SetupAppX : public SetupApp
FILE *m_pLogFile;
- long m_nLanguageCount;
- LanguageDataX** m_ppLanguageList;
+ long m_nLanguageID;
+ long m_nLanguageCount;
+ LanguageDataX** m_ppLanguageList;
private: