diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 16:55:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 16:55:48 +0000 |
commit | d1a84cce7617bbdbeaee8d0e59d061864ade72fe (patch) | |
tree | 8446fb2b9f7cf3ff07eeaecc36b4b758293ea15d /sw/source/ui/table/insrc.cxx | |
parent | c89258205b344f3445edc6f71ff96ee0a95064db (diff) |
INTEGRATION: CWS writercorehandoff (1.5.462); FILE MERGED
2005/09/13 18:26:43 tra 1.5.462.3: RESYNC: (1.5-1.6); FILE MERGED
2005/06/07 14:16:01 fme 1.5.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
2005/06/06 09:30:02 tra 1.5.462.1: Unnecessary includes removed #i50348#
Diffstat (limited to 'sw/source/ui/table/insrc.cxx')
-rw-r--r-- | sw/source/ui/table/insrc.cxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sw/source/ui/table/insrc.cxx b/sw/source/ui/table/insrc.cxx index 33fbc372cf77..77394309a3c8 100644 --- a/sw/source/ui/table/insrc.cxx +++ b/sw/source/ui/table/insrc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: insrc.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 10:58:39 $ + * last change: $Author: hr $ $Date: 2006-08-14 17:55:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,7 +32,6 @@ * MA 02111-1307 USA * ************************************************************************/ - #ifdef SW_DLLIMPLEMENTATION #undef SW_DLLIMPLEMENTATION #endif @@ -49,10 +48,6 @@ #ifndef _SFXINTITEM_HXX //autogen #include <svtools/intitem.hxx> #endif -#ifndef _SFXVIEWFRM_HXX -#include <sfx2/viewfrm.hxx> -#endif - #include "cmdid.h" #include "swtypes.hxx" @@ -61,9 +56,6 @@ #include "table.hrc" #include "insrc.hrc" - - - void SwInsRowColDlg::Apply() { USHORT nSlot = bColumn ? FN_TABLE_INSERT_COL : FN_TABLE_INSERT_ROW; |