summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:54:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:54:20 +0000
commit0ca87d6ba25896f10ea2dc3ea629a99dd05a605f (patch)
tree9e1c6dc8fcf115ae634032f3b92e22918270dfc1 /xmloff
parent3d001927452fd9bf97326bf1035daaa7ed9f22ce (diff)
INTEGRATION: CWS calc23 (1.15.60); FILE MERGED
2004/10/04 14:42:34 sab 1.15.60.1: #i34953#; add temporary shape functionality
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximp3dscene.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmloff/source/draw/ximp3dscene.cxx b/xmloff/source/draw/ximp3dscene.cxx
index a11e8e7ddc..931d72bbe3 100644
--- a/xmloff/source/draw/ximp3dscene.cxx
+++ b/xmloff/source/draw/ximp3dscene.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximp3dscene.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:10:14 $
+ * last change: $Author: rt $ $Date: 2004-10-22 07:54:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,8 +160,9 @@ SdXML3DSceneShapeContext::SdXML3DSceneShapeContext(
USHORT nPrfx,
const OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList,
- uno::Reference< drawing::XShapes >& rShapes)
-: SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes ), SdXML3DSceneAttributesHelper( rImport )
+ uno::Reference< drawing::XShapes >& rShapes,
+ sal_Bool bTemporaryShapes)
+: SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShapes ), SdXML3DSceneAttributesHelper( rImport )
{
}