INTEGRATION: CWS impress114 (1.49.20); FILE MERGED
2006/12/04 16:51:44 cl 1.49.20.1: #i59257# changed default of SdrMeasureShowUnitItem for dimension style
This commit is contained in:
parent
754f4e7f44
commit
9fed7dcec6
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: drawdoc4.cxx,v $
|
||||
*
|
||||
* $Revision: 1.49 $
|
||||
* $Revision: 1.50 $
|
||||
*
|
||||
* last change: $Author: ihi $ $Date: 2006-11-14 14:21:38 $
|
||||
* last change: $Author: kz $ $Date: 2006-12-12 15:52:14 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -86,6 +86,7 @@
|
|||
#include <svx/dialmgr.hxx> // SVX_RESSTR
|
||||
#include <svx/bulitem.hxx>
|
||||
#include <svx/xtable.hxx>
|
||||
#include <svx/sxmsuitm.hxx>
|
||||
#ifndef _SVX_XIT_HXX //autogen
|
||||
#include <svx/xit.hxx>
|
||||
#endif
|
||||
|
@ -651,6 +652,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));
|
||||
|
||||
/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue