summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-05-16 12:02:36 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-05-16 16:24:10 +0200
commite627929e5ea628ddbc981cc1afd9cde1b8f69a4e (patch)
tree96168f3fdd47e11c0c0bd90a88698fa913457e53 /xmloff
parent06a45a1a1766f61cd583725c61d685ad4a3f868e (diff)
Fix class name typo in comment
Change-Id: Ie37583fb53578fb91a121f7d2ec654a4fae01002
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/shapeimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx
index e31f8c33c2d2..b220c22eae6f 100644
--- a/xmloff/source/draw/shapeimport.cxx
+++ b/xmloff/source/draw/shapeimport.cxx
@@ -609,7 +609,7 @@ SvXMLShapeContext* XMLShapeImportHelper::CreateGroupChildContext(
return pContext;
}
-// This method is called from SdXMLFrameContext to create children of drawe:frame
+// This method is called from SdXMLFrameShapeContext to create children of drawe:frame
SvXMLShapeContext* XMLShapeImportHelper::CreateFrameChildContext(
SvXMLImport& rImport,
sal_uInt16 p_nPrefix,