diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 11:27:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 11:27:26 +0200 |
commit | 5ecec388bb117426661c4e5f65cb84aeb245064c (patch) | |
tree | 50290ac5e55bad44f91f84498d1b107a0f835d00 /sd | |
parent | 58f837d2267e002a6a323b6b37c9e62eb6ca711b (diff) |
Consistency around SdrYesNoItem in svx/sxmsuitm.hxx
...similar to what has been done for svx/sdtmfitm.hxx in
6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
Change-Id: I25002e5b6043baa8c93b180a03f475bea5906e4f
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/drawdoc4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index f4ba67f30864..fbaf8919422d 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -488,7 +488,7 @@ void SdDrawDocument::CreateLayoutTemplates() pISet->Put(XLineEndItem(SVX_RESSTR(RID_SVXSTR_ARROW),::basegfx::B2DPolyPolygon(aArrow))); pISet->Put(XLineEndWidthItem(200)); pISet->Put(XLineStyleItem(XLINE_SOLID)); - pISet->Put(SdrMeasureShowUnitItem(true)); + pISet->Put(makeSdrMeasureShowUnitItem(true)); // Generate presentation templates for default layout. OUString aPrefix = SD_RESSTR(STR_LAYOUT_DEFAULT_NAME); |