summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/lnkbase2.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-08-22 20:01:35 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-08-22 20:06:49 +0200
commit4a2e1fc2796f5190c56003e4cfff621921c37adb (patch)
treebb018589e1cebd15c68f8706075421decfe2388a /sfx2/source/appl/lnkbase2.cxx
parentImplement RTF_ANSICPG (diff)
downloadcore-4a2e1fc2796f5190c56003e4cfff621921c37adb.tar.gz
core-4a2e1fc2796f5190c56003e4cfff621921c37adb.zip
unusedcode: sfx:: sfx2::
Diffstat (limited to 'sfx2/source/appl/lnkbase2.cxx')
-rw-r--r--sfx2/source/appl/lnkbase2.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx
index cc7b31bd1b15..f61f1f3329a9 100644
--- a/sfx2/source/appl/lnkbase2.cxx
+++ b/sfx2/source/appl/lnkbase2.cxx
@@ -245,13 +245,6 @@ void SvBaseLink::SetName( const String & rNm )
//--------------------------------------------------------------------------
-String SvBaseLink::GetName() const
-{
- return aLinkName;
-}
-
-//--------------------------------------------------------------------------
-
void SvBaseLink::SetObj( SvLinkSource * pObj )
{
DBG_ASSERT( (nObjType & OBJECT_CLIENT_SO &&