diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-04 12:29:39 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-04 12:30:41 -0500 |
commit | 024a5d79e101b26d23054e1906505810210d4e56 (patch) | |
tree | dc68fdb81bfed44ddaf6484b5c68d22f26c28fcf /svx | |
parent | 28bf1a3a1408df042d7e767c3760e47faf2d077e (diff) |
Build fix after merging my changes from perfwork4.
Change-Id: I862f783c594bf485ad28f13945fd4da48829d79a
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/properties/e3dcompoundproperties.cxx | 2 |
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) |