summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-07 12:12:19 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-07 12:12:19 +0100
commit4bec11789eab0c60e6ae5bbf707987ff5351b62f (patch)
treec79c9ca3a76b25a79aea3a35489068e3ece4e569
parent4df0d812d1541b611c9f101be1b470892ada23df (diff)
parent38554a6f7a963c5762edc08107e74350783f9358 (diff)
Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e
-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 e2d19d35c8..4bea83e7f7 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: