summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-23 12:44:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-23 13:56:36 +0000
commita9edd1267e42ba4e7814102bcaab6610d14bc3b8 (patch)
tree6a57c8571b9c66e7e5835180b51898a8c8fabb3c /svx/source
parent23d66e25c0ede411d00404dcc7a36e880c22e67f (diff)
callcatcher: remove newly unused code
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/svdraw/svdograf.cxx12
1 files changed, 0 insertions, 12 deletions
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;