diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-12-29 16:41:23 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-12-29 16:41:23 +0100 |
commit | c6aea6d541713c4e2cd27a2b1ffb8a408f9764c1 (patch) | |
tree | 00406981667da141c37a3854c06b600898e80191 /oox/inc | |
parent | 1866f942b7b66e9f0c24b8de2ec5ca5378f05765 (diff) |
dr78: typo in comment
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/vml/vmldrawing.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/vml/vmldrawing.hxx b/oox/inc/oox/vml/vmldrawing.hxx index c2f8432dca6f..a9c1d3506210 100644 --- a/oox/inc/oox/vml/vmldrawing.hxx +++ b/oox/inc/oox/vml/vmldrawing.hxx @@ -124,7 +124,7 @@ public: /** Final processing after import of the fragment. */ void finalizeFragmentImport(); - /** Creates and inserts all UNO shapes into the passed container. The virtual + /** Creates and inserts all UNO shapes into the draw page. The virtual function notifyShapeInserted() will be called for each new shape. */ void convertAndInsert() const; |