summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-02-17 09:46:42 +0100
committerDavid Tardon <dtardon@redhat.com>2011-02-17 09:46:42 +0100
commit86026d191c37104b96ee49fdfb395d2712bec49a (patch)
tree216624a50c3f94176671c4518b5f8a5e8b3263fd
parent2087f6f92d1ffaf8315f4d93d53c9c7be9f3d7c0 (diff)
WaE: unused variable
-rw-r--r--cui/source/tabpages/numpages.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index 1d947520cf85..66288342415b 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -1786,7 +1786,6 @@ IMPL_LINK( SvxNumOptionsTabPage, AllLevelHdl_Impl, NumericField*, pBox )
IMPL_LINK( SvxNumOptionsTabPage, NumberTypeSelectHdl_Impl, ListBox *, pBox )
{
String sSelectStyle;
- sal_Int16 eOldType;
BOOL bShowOrient = FALSE;
BOOL bBmp = FALSE;
String aEmptyStr;
@@ -1796,7 +1795,6 @@ IMPL_LINK( SvxNumOptionsTabPage, NumberTypeSelectHdl_Impl, ListBox *, pBox )
if(nActNumLvl & nMask)
{
SvxNumberFormat aNumFmt(pActNum->GetLevel(i));
- eOldType = aNumFmt.GetNumberingType();
// PAGEDESC gibt es nicht
USHORT nNumType = (USHORT)(ULONG)pBox->GetEntryData(pBox->GetSelectEntryPos());
aNumFmt.SetNumberingType((sal_Int16)nNumType);