summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui/uitool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/utlui/uitool.cxx')
-rw-r--r--sw/source/ui/utlui/uitool.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/ui/utlui/uitool.cxx b/sw/source/ui/utlui/uitool.cxx
index 9a4603ac46ef..206b86451a63 100644
--- a/sw/source/ui/utlui/uitool.cxx
+++ b/sw/source/ui/utlui/uitool.cxx
@@ -73,7 +73,7 @@
#include <charfmt.hxx>
#include <SwStyleNameMapper.hxx>
// 50 cm 28350
-//
+
#define MAXHEIGHT 28350
#define MAXWIDTH 28350
@@ -196,7 +196,6 @@ void ConvertAttrGenToChar(SfxItemSet& rSet, const sal_uInt8 nMode)
}
}
-
// Fill header footer
void FillHdFt(SwFrmFmt* pFmt, const SfxItemSet& rSet)
@@ -358,7 +357,7 @@ void ItemSetToPageDesc( const SfxItemSet& rSet, SwPageDesc& rPageDesc )
}
// Footnotes
- //
+
if( SFX_ITEM_SET == rSet.GetItemState( FN_PARAM_FTN_INFO,
false, &pItem ) )
rPageDesc.SetFtnInfo( ((SwPageFtnInfoItem*)pItem)->GetPageFtnInfo() );
@@ -435,7 +434,6 @@ void PageDescToItemSet( const SwPageDesc& rPageDesc, SfxItemSet& rSet)
aBoxInfo.SetValid( VALID_DISABLE );
rSet.Put( aBoxInfo );
-
SfxStringItem aFollow(SID_ATTR_PAGE_EXT1, OUString());
if(rPageDesc.GetFollow())
aFollow.SetValue(rPageDesc.GetFollow()->GetName());
@@ -568,7 +566,6 @@ sal_uInt16 GetTabDist(const SvxTabStopItem& rTabs)
return nDefDist;
}
-
// Inquire if in the set is a Sfx-PageDesc combination present and return it.
void SfxToSwPageDescAttr( const SwWrtShell& rShell, SfxItemSet& rSet )
{