Kaydet (Commit) 44d012ae authored tarafından Luboš Luňák's avatar Luboš Luňák

add comment to the right function (result of mismerge?)

Change-Id: I8574e679f6f4ef252ba0eda025b1991bc3e93df4
üst b4c24588
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment