summaryrefslogtreecommitdiff
path: root/sw/source/ui/web/wtabsh.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:51:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:51:47 +0000
commit1b1cc53308c20eab408190c082757daf47dda1b7 (patch)
tree1c20034b67f7d64ee48345c3c3f59cd3d2cd1bfb /sw/source/ui/web/wtabsh.cxx
parent65d1db386a674cb622009d9643a3fe7221643874 (diff)
INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED
2007/05/29 15:08:34 os 1.6.222.2: RESYNC: (1.6-1.7); FILE MERGED 2007/03/26 12:09:38 tl 1.6.222.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/web/wtabsh.cxx')
-rw-r--r--sw/source/ui/web/wtabsh.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/web/wtabsh.cxx b/sw/source/ui/web/wtabsh.cxx
index a354a7330f..edf7efe3ad 100644
--- a/sw/source/ui/web/wtabsh.cxx
+++ b/sw/source/ui/web/wtabsh.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wtabsh.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 16:27:37 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:51:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,8 +77,8 @@ SFX_IMPL_INTERFACE(SwWebTableShell, SwTableShell, SW_RES(STR_SHELLNAME_TABLE))
TYPEINIT1(SwWebTableShell,SwTableShell)
-SwWebTableShell::SwWebTableShell(SwView &rView) :
- SwTableShell(rView)
+SwWebTableShell::SwWebTableShell(SwView &_rView) :
+ SwTableShell(_rView)
{
GetShell().UpdateTable();
SetName(String::CreateFromAscii("Table"));