diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 05:39:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:33:41 +0200 |
commit | 3dcdf30a233c7e75229b9e291901c6768265ca93 (patch) | |
tree | 9e795037eea267e559e190dc37463c79363db2b7 /sw/source | |
parent | 0e2d7550dd287843b70c03dee952c02f9bd8afb5 (diff) |
Remove unused definitions
Change-Id: I082dd6563cff7623c521f153f37985342aa743b1
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/utlui/uiitems.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sw/source/ui/utlui/uiitems.cxx b/sw/source/ui/utlui/uiitems.cxx index 6f356dad5d86..fa93b953979a 100644 --- a/sw/source/ui/utlui/uiitems.cxx +++ b/sw/source/ui/utlui/uiitems.cxx @@ -41,19 +41,6 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -// Breitenangaben der Fussnotenlinien, mit TabPage abstimmen -static const sal_uInt16 nFtnLines[] = { - 0, - 10, - 50, - 80, - 100, - 150 -}; - -#define FTN_LINE_STYLE_COUNT 5 - - SwPageFtnInfoItem::SwPageFtnInfoItem( const sal_uInt16 nId, SwPageFtnInfo& rInfo) : SfxPoolItem( nId ), aFtnInfo(rInfo) |