summaryrefslogtreecommitdiff
path: root/svx/source/sdr
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-04 12:29:39 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-04 12:30:41 -0500
commit024a5d79e101b26d23054e1906505810210d4e56 (patch)
treedc68fdb81bfed44ddaf6484b5c68d22f26c28fcf /svx/source/sdr
parent28bf1a3a1408df042d7e767c3760e47faf2d077e (diff)
Build fix after merging my changes from perfwork4.
Change-Id: I862f783c594bf485ad28f13945fd4da48829d79a
Diffstat (limited to 'svx/source/sdr')
-rw-r--r--svx/source/sdr/properties/e3dcompoundproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/e3dcompoundproperties.cxx b/svx/source/sdr/properties/e3dcompoundproperties.cxx
index 31369a74bb8d..0361ab6e9d30 100644
--- a/svx/source/sdr/properties/e3dcompoundproperties.cxx
+++ b/svx/source/sdr/properties/e3dcompoundproperties.cxx
@@ -56,7 +56,7 @@ namespace sdr
const SfxItemSet& E3dCompoundProperties::GetMergedItemSet() const
{
// include Items of scene this object belongs to
- E3dCompoundObject& rObj = static_cast<E3dCompoundObject&>(GetSdrObject());
+ const E3dCompoundObject& rObj = static_cast<const E3dCompoundObject&>(GetSdrObject());
E3dScene* pScene = rObj.GetScene();
if(pScene)