summaryrefslogtreecommitdiff
path: root/desktop/win32/source/setup
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-16 15:32:15 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-16 15:32:15 +0000
commitfb5a790e284e7e894b317e11fc3a0fe68028e693 (patch)
tree3451bf74718eea619c27f92f1799780bcb4219ea /desktop/win32/source/setup
parenta7a39823402d337e70a166c96299d6e3b8168553 (diff)
INTEGRATION: CWS sysui26 (1.10.74); FILE MERGED
2008/07/03 14:42:02 dv 1.10.74.1: Allow setting of msi properties for mso file types
Diffstat (limited to 'desktop/win32/source/setup')
-rw-r--r--desktop/win32/source/setup/setup.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/win32/source/setup/setup.hxx b/desktop/win32/source/setup/setup.hxx
index fecae4f0a225..0f0e4761e63e 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.10 $
+ * $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@@ -88,6 +88,8 @@ class SetupAppX : public SetupApp
boolean m_bQuiet : 1;
boolean m_bAdministrative : 1;
boolean m_bIgnoreAlreadyRunning : 1;
+ boolean m_bRegNoMsoTypes :1;
+ boolean m_bRegAllMsoTypes :1;
FILE *m_pLogFile;