From e10d196ab74ee9abaedaf8e5d0500f010b28338e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 5 Nov 2018 15:13:09 +0100 Subject: Fix typos Change-Id: Id5489f3e8f1d3ced3d57b56f8d3a7a4818af0fca Reviewed-on: https://gerrit.libreoffice.org/62377 Reviewed-by: Julien Nabet Tested-by: Jenkins --- sw/source/filter/ww8/writerhelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') 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; -- cgit