summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:54:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-22 06:54:45 +0000
commitba98a728d18b4d2e70759712bdb030cf518c5c14 (patch)
tree2c9a8ea10f2ec21ee43ff01b0e56e2778f6ff580 /xmloff
parentcd2eecfecb2470fd382045aea7ab5b050e63bfc2 (diff)
INTEGRATION: CWS calc23 (1.12.60); FILE MERGED
2004/10/04 14:42:35 sab 1.12.60.1: #i34953#; add temporary shape functionality
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximpgrp.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmloff/source/draw/ximpgrp.cxx b/xmloff/source/draw/ximpgrp.cxx
index cc611d91e4..bfdf661b98 100644
--- a/xmloff/source/draw/ximpgrp.cxx
+++ b/xmloff/source/draw/ximpgrp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpgrp.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:10:44 $
+ * last change: $Author: rt $ $Date: 2004-10-22 07:54:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,8 +95,9 @@ SdXMLGroupShapeContext::SdXMLGroupShapeContext(
SvXMLImport& rImport,
USHORT nPrfx, const OUString& rLocalName,
const uno::Reference< xml::sax::XAttributeList>& xAttrList,
- uno::Reference< drawing::XShapes >& rShapes)
-: SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes )
+ uno::Reference< drawing::XShapes >& rShapes,
+ sal_Bool bTemporaryShape)
+: SdXMLShapeContext( rImport, nPrfx, rLocalName, xAttrList, rShapes, bTemporaryShape )
{
}