summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-09-04 06:07:23 +0000
committerRüdiger Timm <rt@openoffice.org>2008-09-04 06:07:23 +0000
commitf1bbc22b1219a2598cae33651ad4b0065ed8593c (patch)
tree700013bd99c21193975b73d15a28cc70290ce1ad /desktop
parentf51c76c05480c43669ca5e56f242479772369866 (diff)
INTEGRATION: CWS native190_DEV300 (1.11.38); FILE MERGED
2008/09/01 14:19:38 dv 1.11.38.2: #i93250# DON'T look for *.msp files when doing an administrative install 2008/09/01 06:00:09 dv 1.11.38.1: #i93250# Look for *.msp files and prepare patch install
Diffstat (limited to 'desktop')
-rw-r--r--desktop/win32/source/setup/setup.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/win32/source/setup/setup.hxx b/desktop/win32/source/setup/setup.hxx
index 0f0e4761e63e..2b0f63ac7dd4 100644
--- a/desktop/win32/source/setup/setup.hxx
+++ b/desktop/win32/source/setup/setup.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: setup.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -83,10 +83,10 @@ class SetupAppX : public SetupApp
LPTSTR m_pTmpName;
LPTSTR m_pErrorText;
LPTSTR m_pModuleFile;
+ LPTSTR m_pPatchFiles;
int *m_pMSIErrorCode;
boolean m_bQuiet : 1;
- boolean m_bAdministrative : 1;
boolean m_bIgnoreAlreadyRunning : 1;
boolean m_bRegNoMsoTypes :1;
boolean m_bRegAllMsoTypes :1;
@@ -130,6 +130,7 @@ public:
virtual boolean Initialize( HINSTANCE hInst );
virtual boolean AlreadyRunning() const;
virtual boolean ReadProfile();
+ virtual boolean GetPatches();
virtual boolean ChooseLanguage( long& rLanguage );
virtual boolean CheckVersion();
virtual boolean Install( long nLanguage );