summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unotext2.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:24:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 07:26:53 -0600
commit710178094dfb21b0864335b1fa1a3401e4d82959 (patch)
tree786ae44a735c6722a4ec99534a166bed9927ba14 /editeng/source/uno/unotext2.cxx
parent779b808df16a47ff6261b8e23b6d9f83ddddf9ce (diff)
Remove visual noise from editeng
Change-Id: Id7582119a5628cb7f54347678580ce7e47f6d703 Reviewed-on: https://gerrit.libreoffice.org/8255 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'editeng/source/uno/unotext2.cxx')
-rw-r--r--editeng/source/uno/unotext2.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/editeng/source/uno/unotext2.cxx b/editeng/source/uno/unotext2.cxx
index 5b4cd88f43e5..e21df7778449 100644
--- a/editeng/source/uno/unotext2.cxx
+++ b/editeng/source/uno/unotext2.cxx
@@ -37,9 +37,9 @@ using namespace ::com::sun::star;
if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \
return uno::makeAny(uno::Reference< xint >(this))
-// ====================================================================
+
// SvxUnoTextContentEnumeration
-// ====================================================================
+
SvxUnoTextContentEnumeration::SvxUnoTextContentEnumeration( const SvxUnoTextBase& _rText ) throw()
: mrText( _rText )
@@ -95,9 +95,9 @@ uno::Any SvxUnoTextContentEnumeration::nextElement(void) throw( container::NoSuc
return uno::makeAny( xRef );
}
-// ====================================================================
+
// class SvxUnoTextContent
-// ====================================================================
+
SvxUnoTextContent::SvxUnoTextContent( const SvxUnoTextBase& rText, sal_Int32 nPara ) throw()
: SvxUnoTextRangeBase(rText)
@@ -381,9 +381,9 @@ uno::Sequence< OUString > SAL_CALL SvxUnoTextContent::getSupportedServiceNames()
return aSeq;
}
-// ====================================================================
+
// class SvxUnoTextRangeEnumeration
-// ====================================================================
+
SvxUnoTextRangeEnumeration::SvxUnoTextRangeEnumeration( const SvxUnoTextBase& rText, sal_Int32 nPara ) throw()
: mxParentText( const_cast<SvxUnoTextBase*>(&rText) ),
@@ -461,9 +461,9 @@ uno::Any SAL_CALL SvxUnoTextRangeEnumeration::nextElement()
return uno::makeAny( xRange );
}
-// ====================================================================
+
// class SvxUnoTextCursor
-// ====================================================================
+
uno::Reference< uno::XInterface > SvxUnoTextCursor_NewInstance()
{