summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-01-06 12:03:04 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-01-06 12:03:04 +0100
commita154c25b688122c405e10bcc40684cc091af0690 (patch)
treed1b886caa1343adef43334462bb2394be77a4aba
parent13910e8e4d933bb6ec3ee9fff7cc922cf335fad1 (diff)
parentb808bcd158de73623144e9dac18f39e6ec0b9bf0 (diff)
merge from CWS dba33b
-rw-r--r--svx/source/form/fmshell.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx
index 4820cf44978b..5c46f0482b4a 100644
--- a/svx/source/form/fmshell.cxx
+++ b/svx/source/form/fmshell.cxx
@@ -684,15 +684,7 @@ void FmFormShell::Execute(SfxRequest &rReq)
case SID_FM_FILTER_NAVIGATOR:
case SID_FM_SHOW_DATANAVIGATOR :
{
- SFX_REQUEST_ARG( rReq, pShowItem, SfxBoolItem, nSlot, sal_False );
- if ( !pShowItem )
- GetViewShell()->GetViewFrame()->ChildWindowExecute( rReq );
- else
- {
- const sal_Bool bShow = pShowItem->GetValue();
- GetViewShell()->GetViewFrame()->ShowChildWindow( nSlot, bShow );
- }
-
+ GetViewShell()->GetViewFrame()->ChildWindowExecute( rReq );
rReq.Done();
} break;
case SID_FM_SHOW_FMEXPLORER: