summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdograf.cxx
diff options
context:
space:
mode:
authorka <kai.ahrens@oracle.com>2011-02-07 03:31:27 +0100
committerka <kai.ahrens@oracle.com>2011-02-07 03:31:27 +0100
commit591982d2f398724a74383338dd2268d05423130c (patch)
treeab02663f7a11026a013278398688f87426cb4d50 /svx/source/svdraw/svdograf.cxx
parent514ab7f3cbf2ea48cf88f1579d8fc7c0e5a5df48 (diff)
ka102: disable graphic attributes in case of RenderGraphic content
Diffstat (limited to 'svx/source/svdraw/svdograf.cxx')
-rw-r--r--svx/source/svdraw/svdograf.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx
index e95e3bf5296e..fd7545dea0c4 100644
--- a/svx/source/svdraw/svdograf.cxx
+++ b/svx/source/svdraw/svdograf.cxx
@@ -509,6 +509,11 @@ sal_Bool SdrGrafObj::IsRenderGraphic() const
return pGraphic->IsRenderGraphic();
}
+sal_Bool SdrGrafObj::HasRenderGraphic() const
+{
+ return pGraphic->HasRenderGraphic();
+}
+
sal_Bool SdrGrafObj::IsSwappedOut() const
{
return mbIsPreview ? sal_True : pGraphic->IsSwappedOut();