summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 10:53:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 10:53:09 +0000
commita78c700cb0f868259da8a90266f34ad29e1fea10 (patch)
tree058c9b8aeaad5f05ce54099031dacd93f0e7a963
parent751897bf4442305edfbd32999c6bfafa791a9445 (diff)
INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED
2007/06/01 07:17:43 tl 1.14.222.2: #i69287# warning-free code 2007/03/26 12:09:06 tl 1.14.222.1: #i69287# warning-free code
-rw-r--r--sw/source/ui/globdoc/globdoc.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/ui/globdoc/globdoc.cxx b/sw/source/ui/globdoc/globdoc.cxx
index b2e59c06d7..0e85d84427 100644
--- a/sw/source/ui/globdoc/globdoc.cxx
+++ b/sw/source/ui/globdoc/globdoc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: globdoc.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 23:03:24 $
+ * last change: $Author: hr $ $Date: 2007-09-27 11:53:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,13 +41,14 @@
#include <sot/clsids.hxx>
#include <svtools/moduleoptions.hxx>
+#include <unomid.h>
+
#include "swtypes.hxx"
#include "shellio.hxx"
#include "globdoc.hxx"
#include "globdoc.hrc"
#include "cfgid.h"
-#define C2S(cChar) UniString::CreateFromAscii(cChar)
/*--------------------------------------------------------------------
Beschreibung: Alle Filter registrieren
@@ -69,7 +70,7 @@ SwGlobalDocShell::~SwGlobalDocShell()
void SwGlobalDocShell::FillClass( SvGlobalName * pClassName,
sal_uInt32 * pClipFormat,
- String * pAppName,
+ String * /*pAppName*/,
String * pLongUserName,
String * pUserName,
sal_Int32 nVersion ) const