summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/lnkbase2.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /sfx2/source/appl/lnkbase2.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/appl/lnkbase2.cxx')
-rw-r--r--sfx2/source/appl/lnkbase2.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx
index e203472cc265..346ad25ba12f 100644
--- a/sfx2/source/appl/lnkbase2.cxx
+++ b/sfx2/source/appl/lnkbase2.cxx
@@ -121,7 +121,7 @@ public:
sal_Bool IsInDTOR() const { return bIsInDTOR; }
};
-//--------------------------------------------------------------------------
+
SvBaseLink::SvBaseLink()
: m_bIsReadOnly(false)
@@ -133,7 +133,7 @@ SvBaseLink::SvBaseLink()
bWasLastEditOK = sal_False;
}
-//--------------------------------------------------------------------------
+
SvBaseLink::SvBaseLink( sal_uInt16 nUpdateMode, sal_uIntPtr nContentType )
: m_bIsReadOnly(false)
@@ -150,7 +150,7 @@ SvBaseLink::SvBaseLink( sal_uInt16 nUpdateMode, sal_uIntPtr nContentType )
pImplData->ClientType.bIntrnlLnk = sal_False;
}
-//--------------------------------------------------------------------------
+
SvBaseLink::SvBaseLink( const OUString& rLinkName, sal_uInt16 nObjectType, SvLinkSource* pObj )
: pImpl(0)
@@ -189,7 +189,7 @@ SvBaseLink::SvBaseLink( const OUString& rLinkName, sal_uInt16 nObjectType, SvLin
xObj = pObj;
}
-//--------------------------------------------------------------------------
+
SvBaseLink::~SvBaseLink()
{
@@ -220,7 +220,7 @@ IMPL_LINK( SvBaseLink, EndEditHdl, OUString*, _pNewName )
return 0;
}
-//--------------------------------------------------------------------------
+
void SvBaseLink::SetObjType( sal_uInt16 nObjTypeP )
{
@@ -230,14 +230,14 @@ void SvBaseLink::SetObjType( sal_uInt16 nObjTypeP )
nObjType = nObjTypeP;
}
-//--------------------------------------------------------------------------
+
void SvBaseLink::SetName( const OUString & rNm )
{
aLinkName = rNm;
}
-//--------------------------------------------------------------------------
+
void SvBaseLink::SetObj( SvLinkSource * pObj )
{
@@ -248,7 +248,7 @@ void SvBaseLink::SetObj( SvLinkSource * pObj )
xObj = pObj;
}
-//--------------------------------------------------------------------------
+
void SvBaseLink::SetLinkSourceName( const OUString & rLnkNm )
{
@@ -266,14 +266,14 @@ void SvBaseLink::SetLinkSourceName( const OUString & rLnkNm )
ReleaseRef(); // should be superfluous
}
-//--------------------------------------------------------------------------
+
OUString SvBaseLink::GetLinkSourceName() const
{
return aLinkName;
}
-//--------------------------------------------------------------------------
+
void SvBaseLink::SetUpdateMode( sal_uInt16 nMode )
{