summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-18 14:56:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-18 14:56:55 +0200
commit08edafa656dc15089fad4d07c71fe40585f89f4b (patch)
treeaec6e30df516e0ceaf08d880ba12bc695d39b53c /filter
parentprevent out-of-bounds string access (diff)
downloadcore-08edafa656dc15089fad4d07c71fe40585f89f4b.tar.gz
core-08edafa656dc15089fad4d07c71fe40585f89f4b.zip
Consistency around SdrOnOffItem in svx/sdtcfitm.hxx
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: Ib461b5d3702e00a9d7cef3229c44e3328c776e1d
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 293e4394f442..b6bf96dfaf73 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5147,7 +5147,7 @@ SdrObject* SvxMSDffManager::ProcessObj(SvStream& rSt,
}
break;
case mso_wrapByPoints :
- aSet.Put( SdrTextContourFrameItem( true ) );
+ aSet.Put( makeSdrTextContourFrameItem( true ) );
break;
default: break;
}