diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:50:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:50:36 +0000 |
commit | 5ad99d17e88c74b19fd712d7e2bc22047fea83c8 (patch) | |
tree | f493fa86b201eefbb135dae5e6131c190271b8d2 /sw/source/ui/web | |
parent | 36fbb9f45fb1b63c91ec0978f82e68435d78e891 (diff) |
INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED
2007/06/01 07:17:48 tl 1.14.222.2: #i69287# warning-free code
2007/03/26 12:09:37 tl 1.14.222.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/web')
-rw-r--r-- | sw/source/ui/web/wdocsh.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/ui/web/wdocsh.cxx b/sw/source/ui/web/wdocsh.cxx index e9e35e62d1..2add2462b8 100644 --- a/sw/source/ui/web/wdocsh.cxx +++ b/sw/source/ui/web/wdocsh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wdocsh.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:36:46 $ + * last change: $Author: hr $ $Date: 2007-09-27 12:50:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,7 +65,8 @@ #define SwWebDocShell #include "swslots.hxx" -#define C2S(cChar) UniString::CreateFromAscii(cChar) +#include <unomid.h> + SFX_IMPL_INTERFACE( SwWebDocShell, SfxObjectShell, SW_RES(0) ) { @@ -97,7 +98,7 @@ SwWebDocShell::~SwWebDocShell() void SwWebDocShell::FillClass( SvGlobalName * pClassName, sal_uInt32 * pClipFormat, - String * pAppName, + String * /*pAppName*/, String * pLongUserName, String * pUserName, sal_Int32 nVersion ) const |