From 9068f7c5498327a3fec79cfb477c3f42638d1782 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 15:27:37 +0000 Subject: [PATCH] INTEGRATION: CWS pchfix04 (1.6.100); FILE MERGED 2007/02/20 10:19:32 hjs 1.6.100.2: #i73604# add some includes to survive non-pch build 2007/02/05 08:27:56 os 1.6.100.1: #i73604# usage of ITEMID_* removed --- sw/source/ui/web/wtabsh.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw/source/ui/web/wtabsh.cxx b/sw/source/ui/web/wtabsh.cxx index 3811fac10446..a354a7330f5c 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:38:25 $ + * last change: $Author: kz $ $Date: 2007-05-10 16:27:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,6 @@ -#include "uiparam.hxx" #include "hintids.hxx" #ifndef _SFXAPP_HXX //autogen @@ -67,6 +66,7 @@ #define SwWebTableShell #include "itemdef.hxx" +#include "svx/svxids.hrc" #include "swslots.hxx" SFX_IMPL_INTERFACE(SwWebTableShell, SwTableShell, SW_RES(STR_SHELLNAME_TABLE))