summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:54:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:54:32 +0000
commitcd2eecfecb2470fd382045aea7ab5b050e63bfc2 (patch)
treedccd9145cd5d0dab65cb5db8e4a8c19d713c492e /xmloff
parent0ca87d6ba25896f10ea2dc3ea629a99dd05a605f (diff)
INTEGRATION: CWS calc23 (1.6.404); FILE MERGED
2004/10/04 14:42:35 sab 1.6.404.1: #i34953#; add temporary shape functionality
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximp3dscene.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximp3dscene.hxx b/xmloff/source/draw/ximp3dscene.hxx
index ff4110fd0b..e94993c27d 100644
--- a/xmloff/source/draw/ximp3dscene.hxx
+++ b/xmloff/source/draw/ximp3dscene.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximp3dscene.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: cl $ $Date: 2001-03-28 11:19:11 $
+ * last change: $Author: rt $ $Date: 2004-10-22 07:54:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,7 +114,8 @@ public:
USHORT nPrfx,
const rtl::OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList,
- com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes);
+ com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes,
+ sal_Bool bTemporaryShape);
virtual ~SdXML3DSceneShapeContext();
virtual void StartElement(const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList);