diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:51:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:14 +0200 |
commit | 5452e86cd96b359101908de4ed10f3668b940bd8 (patch) | |
tree | 1946c01483e5f80f98d5b08a5225ff0c3bb5de41 | |
parent | 7de86e695a3ac3068d5bafc0e03c1f8dc09dcdac (diff) |
typo: wraper -> wrapper
-rw-r--r-- | sd/inc/OutlinerIterator.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index f9673df9b6b3..c256af00c271 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -176,7 +176,7 @@ private: class OutlinerContainer { public: - /** Create a new wraper object for the given outliner. + /** Create a new wrapper object for the given outliner. @param pOutliner The outliner that is represented by the new object as <type>SdrObject</type> container. |