Kaydet (Commit) a88a8465 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

warning C4482: nonstandard extension used: enum used in qualified name

Change-Id: If00750b312cd4a13e85c5f9b083161d5eb30157d
üst 7e57c767
...@@ -304,7 +304,7 @@ SectionPropertyMap::SectionPropertyMap(bool bIsFirstSection) : ...@@ -304,7 +304,7 @@ SectionPropertyMap::SectionPropertyMap(bool bIsFirstSection) :
//page bottom margin, default 0x5a0 (1440) twip -> 2540 1/100 mm //page bottom margin, default 0x5a0 (1440) twip -> 2540 1/100 mm
Insert( PROP_BOTTOM_MARGIN, false, uno::makeAny( (sal_Int32) 2540 ) ); Insert( PROP_BOTTOM_MARGIN, false, uno::makeAny( (sal_Int32) 2540 ) );
//page style layout //page style layout
Insert(PROP_PAGE_STYLE_LAYOUT, false, uno::makeAny(style::PageStyleLayout::PageStyleLayout_ALL)); Insert(PROP_PAGE_STYLE_LAYOUT, false, uno::makeAny(style::PageStyleLayout_ALL));
uno::Any aFalse( ::uno::makeAny( false ) ); uno::Any aFalse( ::uno::makeAny( false ) );
Insert( PROP_GRID_DISPLAY, false, aFalse); Insert( PROP_GRID_DISPLAY, false, aFalse);
Insert( PROP_GRID_PRINT, false, aFalse); Insert( PROP_GRID_PRINT, false, aFalse);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment