From 286a75d6c1382b119629454b354704e2507acecf Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Mon, 30 Jul 2001 13:19:26 +0000 Subject: #90330# added XActionLockable for shapes to speed up text import --- xmloff/source/draw/ximpshap.hxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'xmloff/source/draw/ximpshap.hxx') diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index b05c8d6e17c0..a8971ba22edf 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpshap.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: cl $ $Date: 2001-06-19 14:53:22 $ + * last change: $Author: cl $ $Date: 2001-07-30 14:19:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,10 @@ #ifndef _XIMPSHAPE_HXX #define _XIMPSHAPE_HXX +#ifndef _COM_SUN_STAR_DOCUMENT_XACTIONLOCKABLE_HPP_ +#include +#endif + #ifndef _COM_SUN_STAR_CONTAINER_XIDENTIFIERCONTAINER_HPP_ #include #endif @@ -111,6 +115,7 @@ protected: com::sun::star::uno::Reference< com::sun::star::text::XTextCursor > mxOldCursor; com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList> mxAttrList; com::sun::star::uno::Reference< com::sun::star::container::XIdentifierContainer > mxGluePoints; + com::sun::star::uno::Reference< com::sun::star::document::XActionLockable > mxLockable; rtl::OUString maDrawStyleName; rtl::OUString maTextStyleName; -- cgit