diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-05 08:59:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-05 08:59:37 +0200 |
commit | 8d023edc181e040e290c0e42aa71191f567de8fe (patch) | |
tree | 9ded00360ee020de79e4f1a8a5906fc7a0764f05 /svx/source/svdraw/svdotxtr.cxx | |
parent | 5e2b4da10caaa15ee7e846c42ada2a20218d9591 (diff) |
Consistency around SdrOnOffItem in svx/sdshitm.hxx
...similar to what has been done for svx/sdtmfitm.hxx in
6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
Change-Id: Id712c222034ef807ea2d7bc459e78882e948aca6
Diffstat (limited to 'svx/source/svdraw/svdotxtr.cxx')
-rw-r--r-- | svx/source/svdraw/svdotxtr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotxtr.cxx b/svx/source/svdraw/svdotxtr.cxx index 22bc44f4be8a..e4da47df32eb 100644 --- a/svx/source/svdraw/svdotxtr.cxx +++ b/svx/source/svdraw/svdotxtr.cxx @@ -372,7 +372,7 @@ SdrObject* SdrTextObj::ImpConvertContainedTextToSdrPathObjs(bool bToPoly) const SdrPathObj* pPathObj = 0; // always clear objectshadow; this is included in the extraction - aAttributeSet.Put(SdrShadowItem(false)); + aAttributeSet.Put(makeSdrShadowItem(false)); if(rCandidate.getIsFilled()) { |