summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorGerd Weiss <gm@openoffice.org>2007-05-10 10:03:33 +0000
committerGerd Weiss <gm@openoffice.org>2007-05-10 10:03:33 +0000
commitfcbca55ed6145ee71d765e8f8d118dac6edcb462 (patch)
tree2bb29a064085ad4706d1dbf43fada9f481ae78e3 /setup_native
parentcf48675959e2076c427ee2b7bf9348b8ff90381b (diff)
INTEGRATION: CWS native82 (1.1.252); FILE MERGED
2007/04/26 06:30:44 dv 1.1.252.1: #i75659# Use soffice -<appl> for opening/printing/... documents
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/reg4msdoc/registrar.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/reg4msdoc/registrar.hxx b/setup_native/source/win32/customactions/reg4msdoc/registrar.hxx
index 96f805bf9416..4a5fc06b819e 100644
--- a/setup_native/source/win32/customactions/reg4msdoc/registrar.hxx
+++ b/setup_native/source/win32/customactions/reg4msdoc/registrar.hxx
@@ -1,4 +1,4 @@
-// Registrar.h: Schnittstelle für die Klasse Registrar.
+// Registrar.h: Schnittstelle f�r die Klasse Registrar.
//
//////////////////////////////////////////////////////////////////////
@@ -64,7 +64,8 @@ protected:
const std::wstring& DocumentDisplayName,
const std::wstring& DefaultIconEntry,
const std::wstring& DefaultShellCommand,
- const std::wstring& ShellNewCommandDisplayName) const;
+ const std::wstring& ShellNewCommandDisplayName,
+ const RegistrationContextInformation::OFFICE_APPLICATION eOfficeApp) const;
virtual void UnregisterForMsOfficeApplication(
const std::wstring& FileExtension) const;