From 94b712a6e28ab05b3d3ff56fe51b1acf006c13f1 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Sep 2007 10:53:09 +0000 Subject: 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 --- sw/source/ui/globdoc/globdoc.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sw/source/ui/globdoc') diff --git a/sw/source/ui/globdoc/globdoc.cxx b/sw/source/ui/globdoc/globdoc.cxx index 920c5736fc7b..12e8f7799bd2 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 #include +#include + #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 -- cgit