diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-04-24 14:47:31 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-04-24 14:47:31 +0200 |
commit | 44d012aea378bbea7060100ec74e58423e2f6565 (patch) | |
tree | 159cd319aa29435b81c07888f5e3375a202af94d | |
parent | b4c245881a37cb156998a46f1910a49579aab8ed (diff) |
add comment to the right function (result of mismerge?)
Change-Id: I8574e679f6f4ef252ba0eda025b1991bc3e93df4
-rw-r--r-- | sw/qa/extras/inc/swmodeltestbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx index aa36ddeb2326..c367b8f48ace 100644 --- a/sw/qa/extras/inc/swmodeltestbase.hxx +++ b/sw/qa/extras/inc/swmodeltestbase.hxx @@ -178,7 +178,6 @@ protected: return nRet; } - // Get paragraph (counted from 1), optionally check it contains the given text. uno::Reference<text::XTextContent> getParagraphOrTable(int number, uno::Reference<text::XText> xText = uno::Reference<text::XText>()) const { uno::Reference<container::XEnumerationAccess> paraEnumAccess; @@ -199,6 +198,7 @@ protected: return xElem; } + // Get paragraph (counted from 1), optionally check it contains the given text. uno::Reference< text::XTextRange > getParagraph( int number, OUString content = OUString() ) const { uno::Reference<text::XTextRange> const xParagraph( |