[Libreoffice-commits] core.git: sd/inc sd/source

Arnaud Versini arnaud.versini at gmail.com
Sun Feb 24 08:46:56 PST 2013


 sd/inc/sdpage.hxx         |    2 --
 sd/source/core/sdpage.cxx |   10 ----------
 2 files changed, 12 deletions(-)

New commits:
commit 8214ea86075fab7b1c5e3f1bdfe6d347ad12c759
Author: Arnaud Versini <arnaud.versini at gmail.com>
Date:   Sun Feb 24 15:01:40 2013 +0100

    Remove unused method SdPage::SetLinkData
    
    Change-Id: I50ba468842a4c8b66de9d0c6cb2432709dcd50f9
    Reviewed-on: https://gerrit.libreoffice.org/2360
    Reviewed-by: Joren De Cuyper <joren.libreoffice at telenet.be>
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index f62b2ae..18b58a3 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -209,8 +209,6 @@ public:
     virtual SdrObject* NbcReplaceObject(SdrObject* pNewObj, sal_uLong nObjNum);
     virtual SdrObject* ReplaceObject(SdrObject* pNewObj, sal_uLong nObjNum);
 
-    virtual void SetLinkData(const String& rLinkName, const String& rLinkData);
-
     void        SetObjText(SdrTextObj* pObj, SdrOutliner* pOutliner, PresObjKind eObjKind, const String& rStr );
 
     void        SetPageKind(PageKind ePgType)        { mePageKind = ePgType; }
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 24244d2..1e5beb0 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -2473,16 +2473,6 @@ void SdPage::SetObjText(SdrTextObj* pObj, SdrOutliner* pOutliner, PresObjKind eO
 
 /*************************************************************************
 |*
-|* Link & Daten von einem VControl empfangen
-|*
-\************************************************************************/
-
-void SdPage::SetLinkData(const String&, const String& )
-{
-}
-
-/*************************************************************************
-|*
 |* Layoutname setzen
 |*
 \************************************************************************/


More information about the Libreoffice-commits mailing list