summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-18 09:05:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-18 13:03:22 +0100
commitabda3776191f04d1f3f3e9e4fc966455cc25d346 (patch)
tree7e2dca27537f8788569d9b940c0fa2198b2c5a1c /svx
parenteaa97f9a66ec147afab9b44cabcb220d564d54ec (diff)
callcatcher: update list
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/sdr/contact/viewcontactofpageobj.hxx4
-rw-r--r--svx/source/sdr/contact/viewcontactofpageobj.cxx6
2 files changed, 0 insertions, 10 deletions
diff --git a/svx/inc/svx/sdr/contact/viewcontactofpageobj.hxx b/svx/inc/svx/sdr/contact/viewcontactofpageobj.hxx
index ba7f940bcbae..71e5fc6c77bb 100644
--- a/svx/inc/svx/sdr/contact/viewcontactofpageobj.hxx
+++ b/svx/inc/svx/sdr/contact/viewcontactofpageobj.hxx
@@ -53,10 +53,6 @@ namespace sdr
// create graphical visualisation data
virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const;
-
- // Access to referenced page
- const SdrPage* GetReferencedPage() const;
-
public:
// basic constructor, used from SdrObject.
ViewContactOfPageObj(SdrPageObj& rPageObj);
diff --git a/svx/source/sdr/contact/viewcontactofpageobj.cxx b/svx/source/sdr/contact/viewcontactofpageobj.cxx
index 7b2c821ee740..d586fac06f39 100644
--- a/svx/source/sdr/contact/viewcontactofpageobj.cxx
+++ b/svx/source/sdr/contact/viewcontactofpageobj.cxx
@@ -50,12 +50,6 @@ namespace sdr
return *pRetval;
}
- // Access to referenced page
- const SdrPage* ViewContactOfPageObj::GetReferencedPage() const
- {
- return GetPageObj().GetReferencedPage();
- }
-
ViewContactOfPageObj::ViewContactOfPageObj(SdrPageObj& rPageObj)
: ViewContactOfSdrObj(rPageObj)
{