Remove unused definitions

Change-Id: I082dd6563cff7623c521f153f37985342aa743b1
This commit is contained in:
Thomas Arnhold 2012-07-01 05:39:22 +02:00
parent 0e2d7550dd
commit 3dcdf30a23

View file

@ -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)