summaryrefslogtreecommitdiff
path: root/vcl/source/app/svmainhook.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:14:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:14:53 +0000
commit532535b7d49c5fd4f2a688f407f1c8af4159fb8f (patch)
tree706340ac1a4522784b3d13426636cba356c844ce /vcl/source/app/svmainhook.cxx
parente7377f827890492781c9d9dc7a7463055968e174 (diff)
INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED
2005/11/04 16:49:33 pl 1.2.14.1: #i55991# removed warnings for linux/solaris
Diffstat (limited to 'vcl/source/app/svmainhook.cxx')
-rw-r--r--vcl/source/app/svmainhook.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/app/svmainhook.cxx b/vcl/source/app/svmainhook.cxx
index a71215c861e4..1cb919f382b6 100644
--- a/vcl/source/app/svmainhook.cxx
+++ b/vcl/source/app/svmainhook.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svmainhook.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2005-10-13 09:36:48 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:14:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,7 @@
#ifndef MACOSX
-BOOL ImplSVMainHook( BOOL *pbInit )
+BOOL ImplSVMainHook( BOOL * )
{
return FALSE; // indicate that ImplSVMainHook is not implemented
}