Kaydet (Commit) 86026d19 authored tarafından David Tardon's avatar David Tardon

WaE: unused variable

üst 2087f6f9
...@@ -1786,7 +1786,6 @@ IMPL_LINK( SvxNumOptionsTabPage, AllLevelHdl_Impl, NumericField*, pBox ) ...@@ -1786,7 +1786,6 @@ IMPL_LINK( SvxNumOptionsTabPage, AllLevelHdl_Impl, NumericField*, pBox )
IMPL_LINK( SvxNumOptionsTabPage, NumberTypeSelectHdl_Impl, ListBox *, pBox ) IMPL_LINK( SvxNumOptionsTabPage, NumberTypeSelectHdl_Impl, ListBox *, pBox )
{ {
String sSelectStyle; String sSelectStyle;
sal_Int16 eOldType;
BOOL bShowOrient = FALSE; BOOL bShowOrient = FALSE;
BOOL bBmp = FALSE; BOOL bBmp = FALSE;
String aEmptyStr; String aEmptyStr;
...@@ -1796,7 +1795,6 @@ IMPL_LINK( SvxNumOptionsTabPage, NumberTypeSelectHdl_Impl, ListBox *, pBox ) ...@@ -1796,7 +1795,6 @@ IMPL_LINK( SvxNumOptionsTabPage, NumberTypeSelectHdl_Impl, ListBox *, pBox )
if(nActNumLvl & nMask) if(nActNumLvl & nMask)
{ {
SvxNumberFormat aNumFmt(pActNum->GetLevel(i)); SvxNumberFormat aNumFmt(pActNum->GetLevel(i));
eOldType = aNumFmt.GetNumberingType();
// PAGEDESC gibt es nicht // PAGEDESC gibt es nicht
USHORT nNumType = (USHORT)(ULONG)pBox->GetEntryData(pBox->GetSelectEntryPos()); USHORT nNumType = (USHORT)(ULONG)pBox->GetEntryData(pBox->GetSelectEntryPos());
aNumFmt.SetNumberingType((sal_Int16)nNumType); aNumFmt.SetNumberingType((sal_Int16)nNumType);
......
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