diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-23 12:44:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-23 13:56:36 +0000 |
commit | a9edd1267e42ba4e7814102bcaab6610d14bc3b8 (patch) | |
tree | 6a57c8571b9c66e7e5835180b51898a8c8fabb3c /svx | |
parent | 23d66e25c0ede411d00404dcc7a36e880c22e67f (diff) |
callcatcher: remove newly unused code
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/svdograf.hxx | 3 | ||||
-rw-r--r-- | svx/source/svdraw/svdograf.cxx | 12 |
2 files changed, 0 insertions, 15 deletions
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; |