summaryrefslogtreecommitdiff
path: root/sw/source/ui/web
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:52:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:52:04 +0000
commit12f870a94f6146bd6ba7effdd8e8fda2e66619e4 (patch)
treea005e2346ae46cacf98a359736b67a75551b821a /sw/source/ui/web
parent1b1cc53308c20eab408190c082757daf47dda1b7 (diff)
INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED
2007/06/01 07:17:48 tl 1.8.222.3: #i69287# warning-free code 2007/05/29 15:09:09 os 1.8.222.2: RESYNC: (1.8-1.9); FILE MERGED 2007/03/26 12:09:39 tl 1.8.222.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/web')
-rw-r--r--sw/source/ui/web/wtextsh.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/source/ui/web/wtextsh.cxx b/sw/source/ui/web/wtextsh.cxx
index 2c34714a72..6f220c91fe 100644
--- a/sw/source/ui/web/wtextsh.cxx
+++ b/sw/source/ui/web/wtextsh.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wtextsh.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 16:40:34 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:52:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,7 +66,8 @@
#include "shells.hrc"
#include "web.hrc"
-#define C2S(cChar) UniString::CreateFromAscii(cChar)
+#include <unomid.h>
+
// STATIC DATA -----------------------------------------------------------
#define SwWebTextShell
@@ -96,8 +97,8 @@ TYPEINIT1(SwWebTextShell, SwTextShell)
Beschreibung:
--------------------------------------------------------------------*/
-SwWebTextShell::SwWebTextShell(SwView &rView) :
- SwTextShell(rView)
+SwWebTextShell::SwWebTextShell(SwView &_rView) :
+ SwTextShell(_rView)
{
SetHelpId(SW_WEBTEXTSHELL);
}