summaryrefslogtreecommitdiffstats
path: root/xmloff/source/draw/ximp3dscene.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximp3dscene.hxx')
-rw-r--r--xmloff/source/draw/ximp3dscene.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximp3dscene.hxx b/xmloff/source/draw/ximp3dscene.hxx
index 7ed5d9363476..58989d158c1b 100644
--- a/xmloff/source/draw/ximp3dscene.hxx
+++ b/xmloff/source/draw/ximp3dscene.hxx
@@ -44,14 +44,14 @@ class SdXML3DSceneShapeContext : public SdXMLShapeContext, public SdXML3DSceneAt
{
// the shape group this group is working on
// this is the scene at the same time
- com::sun::star::uno::Reference< com::sun::star::drawing::XShapes > mxChilds;
+ com::sun::star::uno::Reference< com::sun::star::drawing::XShapes > mxChildren;
const SdXMLImport& GetSdImport() const { return (const SdXMLImport&)GetImport(); }
SdXMLImport& GetSdImport() { return (SdXMLImport&)GetImport(); }
protected:
void SetLocalShapesContext(com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rNew)
- { mxChilds = rNew; }
+ { mxChildren = rNew; }
public:
TYPEINFO();