diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:51:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:51:33 +0000 |
commit | 65d1db386a674cb622009d9643a3fe7221643874 (patch) | |
tree | 83007c920e3b4bc89c41d6eb35a42dac5df12654 /sw/source/ui/web | |
parent | 201423b26e225b0a85c8d3288508e02a6226aaef (diff) |
INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED
2007/03/26 12:09:38 tl 1.6.222.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/web')
-rw-r--r-- | sw/source/ui/web/wolesh.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/web/wolesh.cxx b/sw/source/ui/web/wolesh.cxx index 67f00017ef..199fbfa6c3 100644 --- a/sw/source/ui/web/wolesh.cxx +++ b/sw/source/ui/web/wolesh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wolesh.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:38:10 $ + * last change: $Author: hr $ $Date: 2007-09-27 12:51:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,8 +69,8 @@ SFX_IMPL_INTERFACE(SwWebOleShell, SwOleShell, SW_RES(STR_SHELLNAME_OBJECT)) SFX_OBJECTBAR_REGISTRATION(SFX_OBJECTBAR_OBJECT, SW_RES(RID_WEBOLE_TOOLBOX)); } -SwWebOleShell::SwWebOleShell(SwView &rView) : - SwOleShell(rView) +SwWebOleShell::SwWebOleShell(SwView &_rView) : + SwOleShell(_rView) { SetName(String::CreateFromAscii("Object")); |