summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 07:00:35 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 07:00:35 +0000
commitce59f8851472776f2ea364f7597ac887e77081c5 (patch)
treeba1d8e114afd8af1b22d4151f1c5b7a2810b4e04 /shell/source
parentfaa3983e163d29336d4305e5629ed29ec1295283 (diff)
INTEGRATION: CWS desktintgr03 (1.2.2); FILE MERGED
2004/10/21 13:54:53 tra 1.2.2.1: #i34294#
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
index 280ea0796cc4..e13bff3da1b0 100644
--- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
+++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ooofilt.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 14:32:56 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 08:00:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1364,6 +1364,7 @@ namespace /* private */
STDAPI DllRegisterServer()
{
+ /*
TCHAR ModuleFileName[MAX_PATH];
GetModuleFileName(
@@ -1389,6 +1390,8 @@ STDAPI DllRegisterServer()
return hr;
+ */
+ return S_OK;
}
//---------------------------
@@ -1397,6 +1400,7 @@ STDAPI DllRegisterServer()
STDAPI DllUnregisterServer()
{
+ /*
TCHAR ModuleFileName[MAX_PATH];
GetModuleFileName(
@@ -1419,4 +1423,6 @@ STDAPI DllUnregisterServer()
#endif
return hr;
+ */
+ return S_OK;
}