Kaydet (Commit) 360c3e91 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable nHtmlMode

Change-Id: I3c949e9f536b81bf405cf03992e2a9bbe0a2b0d4
üst 9d844ce3
...@@ -1585,7 +1585,6 @@ void SwBaseShell::GetState( SfxItemSet &rSet ) ...@@ -1585,7 +1585,6 @@ void SwBaseShell::GetState( SfxItemSet &rSet )
(eSet == FLY_AS_CHAR)); (eSet == FLY_AS_CHAR));
if(nWhich != FN_TOOL_ANCHOR) if(nWhich != FN_TOOL_ANCHOR)
{ {
sal_uInt16 nHtmlMode = ::GetHtmlMode(GetView().GetDocShell());
if( nWhich == FN_TOOL_ANCHOR_FRAME && !rSh.IsFlyInFly() ) if( nWhich == FN_TOOL_ANCHOR_FRAME && !rSh.IsFlyInFly() )
rSet.DisableItem(nWhich); rSet.DisableItem(nWhich);
else else
......
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