summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeimport.cxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 12:52:44 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 12:52:44 +0000
commitf5121049d6239701c5069aada74545f0de7a3714 (patch)
tree2a373edee91f9b50171d25263e41688dc4858084 /xmloff/source/draw/shapeimport.cxx
parent657a2e9abaf174cc4c3887fa83a326364c347f0d (diff)
INTEGRATION: CWS swdrawpositioning (1.49.2); FILE MERGED
2004/04/21 13:43:42 cl 1.49.2.1: #116441# project global context to get created XShape from import context
Diffstat (limited to 'xmloff/source/draw/shapeimport.cxx')
-rw-r--r--xmloff/source/draw/shapeimport.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx
index 77fa527aaa76..260d7a5ea657 100644
--- a/xmloff/source/draw/shapeimport.cxx
+++ b/xmloff/source/draw/shapeimport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shapeimport.cxx,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 13:53:21 $
+ * last change: $Author: hjs $ $Date: 2004-06-28 13:52:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -685,7 +685,7 @@ const SvXMLTokenMap& XMLShapeImportHelper::GetGraphicObjectShapeAttrTokenMap()
*/
//////////////////////////////////////////////////////////////////////////////
-SvXMLImportContext* XMLShapeImportHelper::Create3DSceneChildContext(
+SvXMLShapeContext* XMLShapeImportHelper::Create3DSceneChildContext(
SvXMLImport& rImport,
USHORT nPrefix,
const OUString& rLocalName,
@@ -774,7 +774,7 @@ void XMLShapeImportHelper::SetAutoStylesContext(SvXMLStylesContext* pNew)
//////////////////////////////////////////////////////////////////////////////
-SvXMLImportContext* XMLShapeImportHelper::CreateGroupChildContext(
+SvXMLShapeContext* XMLShapeImportHelper::CreateGroupChildContext(
SvXMLImport& rImport,
USHORT nPrefix,
const OUString& rLocalName,
@@ -914,7 +914,7 @@ SvXMLImportContext* XMLShapeImportHelper::CreateGroupChildContext(
}
// add other shapes here...
default:
- return new SvXMLImportContext( rImport, nPrefix, rLocalName );
+ return new SvXMLShapeContext( rImport, nPrefix, rLocalName );
}
// now parse the attribute list and call the child context for each unknown attribute