diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/writerhelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx index f91f32baa5fe..9d8d6fbcdb17 100644 --- a/sw/source/filter/ww8/writerhelper.hxx +++ b/sw/source/filter/ww8/writerhelper.hxx @@ -636,10 +636,10 @@ namespace sw */ void SendObjectToHell(SdrObject &rObject) const; - /** Make Object lives in the top top layer + /** Make Object lives in the top layer @param rObject - The object to be set to the bottom layer + The object to be set to the top layer */ void SendObjectToHeaven(SdrObject &rObject) const; |