Kaydet (Commit) 7be04130 authored tarafından Noel Grandin's avatar Noel Grandin

remove SFX_ITEM_PRESENTATION_NAMEONLY

since it is unused

Change-Id: Ib739240a362eeff6a72b2300804583b575edfb24
üst 3e18cf51
......@@ -125,7 +125,6 @@ enum SfxItemPresentation
{
SFX_ITEM_PRESENTATION_NONE,
SFX_ITEM_PRESENTATION_NAMEONLY,
SFX_ITEM_PRESENTATION_NAMELESS,
SFX_ITEM_PRESENTATION_COMPLETE
};
......
......@@ -1040,10 +1040,6 @@ SfxItemPresentation ScPageScaleToItem::GetPresentation(
case SFX_ITEM_PRESENTATION_NONE:
break;
case SFX_ITEM_PRESENTATION_NAMEONLY:
rText = aName;
break;
case SFX_ITEM_PRESENTATION_NAMELESS:
rText = aValue;
break;
......
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