From 94e5b59cf841026e48cb3b0a38df885914d969f2 Mon Sep 17 00:00:00 2001 From: Michael Brauer Date: Tue, 7 Nov 2000 13:05:53 +0000 Subject: shape import/export, remoce core api code --- sw/source/filter/xml/xmltbli.hxx | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'sw/source/filter/xml/xmltbli.hxx') diff --git a/sw/source/filter/xml/xmltbli.hxx b/sw/source/filter/xml/xmltbli.hxx index aec7789deecf..7aaa4da5800c 100644 --- a/sw/source/filter/xml/xmltbli.hxx +++ b/sw/source/filter/xml/xmltbli.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmltbli.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mib $ $Date: 2000-10-26 09:38:52 $ + * last change: $Author: mib $ $Date: 2000-11-07 14:05:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,16 +87,6 @@ namespace com { namespace sun { namespace star { namespace text { class XTextCursor; } } } } -#ifdef XML_CORE_API -enum SwXMLStyleSubFamily -{ - SW_STYLE_SUBFAMILY_TABLE = 0x0001, - SW_STYLE_SUBFAMILY_TABLE_LINE = 0x0002, - SW_STYLE_SUBFAMILY_TABLE_BOX = 0x0004, - SW_STYLE_SUBFAMILY_TABLE_COL = 0x0008 -}; -#endif - class SwXMLTableContext : public XMLTextTableContext { @@ -105,12 +95,11 @@ class SwXMLTableContext : public XMLTextTableContext SvUShorts aColumnWidths; SvBools aColumnRelWidths; -#ifndef XML_CORE_API ::com::sun::star::uno::Reference < ::com::sun::star::text::XTextCursor > xOldCursor; ::com::sun::star::uno::Reference < ::com::sun::star::text::XTextContent > xTextContent; -#endif + SwXMLTableRows_Impl *pRows; SwTableNode *pTableNode; -- cgit v1.2.3