From 5f549ccb1c3d111317da4eaf943bdf9218d77766 Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Mon, 7 Feb 2011 18:01:48 +0100 Subject: removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd --- sd/inc/Outliner.hxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sd/inc') diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx index a09ca5f1833a..45db437e9370 100755 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -141,8 +141,8 @@ public: /** Initiate a find and/or replace on the next relevant text object. @return - Returns when the search/replace is finished (as - indicated by user input to the search dialog). A value + Returns when the search/replace is finished (as + indicated by user input to the search dialog). A value indicates that another call to this method is required. */ bool StartSearchAndReplace (const SvxSearchItem* pSearchItem); @@ -215,9 +215,9 @@ private: /** This flag indicates whether there may exist a match of the search string before/after the current position in the document. It can be - set to only when starting from the beginning/end of the + set to only when starting from the beginning/end of the document. When reaching the end/beginning with it still be set to - then there exists no match and the search can be terminated. + then there exists no match and the search can be terminated. */ bool mbMatchMayExist; @@ -234,7 +234,7 @@ private: /** Set to when an object has been prepared successfully for searching/spell checking. This flag directs the internal iteration - which stops when set to . + which stops when set to . */ bool mbFoundObject; @@ -369,8 +369,8 @@ private: /** Do search and replace for next match. @return - The return value specifies whether the search ended () or - another call to this method is required (). + The return value specifies whether the search ended () or + another call to this method is required (). */ bool SearchAndReplaceOnce (void); @@ -409,7 +409,7 @@ private: /** Handle the situation that the iterator has reached the last object. This may result in setting the mbEndOfSearch flag - back to . This method may show either the end-of-search + back to . This method may show either the end-of-search dialog or the wrap-arround dialog. */ void EndOfSearch (void); -- cgit