From a9edd1267e42ba4e7814102bcaab6610d14bc3b8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 23 Nov 2011 12:44:37 +0000 Subject: callcatcher: remove newly unused code --- svx/inc/svx/svdograf.hxx | 3 --- svx/source/svdraw/svdograf.cxx | 12 ------------ 2 files changed, 15 deletions(-) (limited to 'svx') diff --git a/svx/inc/svx/svdograf.hxx b/svx/inc/svx/svdograf.hxx index b5fc778ac1e1..6aef6bd5209e 100644 --- a/svx/inc/svx/svdograf.hxx +++ b/svx/inc/svx/svdograf.hxx @@ -213,9 +213,6 @@ public: // Access to GrafAnimationAllowed flag void SetGrafAnimationAllowed(sal_Bool bNew); - // #i25616# - sal_Bool IsObjectTransparent() const; - ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > getInputStream(); // #i103116# FullDrag support diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx index ae74a9608ea7..342cbf3ed60d 100644 --- a/svx/source/svdraw/svdograf.cxx +++ b/svx/source/svdraw/svdograf.cxx @@ -1312,18 +1312,6 @@ void SdrGrafObj::SetGrafAnimationAllowed(sal_Bool bNew) } } -// #i25616# -sal_Bool SdrGrafObj::IsObjectTransparent() const -{ - if(((const SdrGrafTransparenceItem&)GetObjectItem(SDRATTR_GRAFTRANSPARENCE)).GetValue() - || pGraphic->IsTransparent()) - { - return sal_True; - } - - return sal_False; -} - Reference< XInputStream > SdrGrafObj::getInputStream() { Reference< XInputStream > xStream; -- cgit