From bd7f8380113b0cbe706d131b33e7551b2c484205 Mon Sep 17 00:00:00 2001 From: August Sodora Date: Wed, 7 Dec 2011 21:58:26 -0500 Subject: Remove oooimprovement --- cui/source/factory/dlgfact.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cui/source/factory/dlgfact.cxx') diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 2a6340dd5ee9..dc7c368203c1 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -36,7 +36,6 @@ #include #include #include "numfmt.hxx" -#include "optimprove.hxx" #include "splitcelldlg.hxx" #include "gallery.hrc" #include "dstribut.hxx" @@ -1667,14 +1666,6 @@ SfxAbstractDialog* AbstractDialogFactory_Impl::CreateSfxDialog( Window* pParent, case RID_SFXPAGE_DBREGISTER : pDlg = new DatabaseRegistrationDialog( pParent, rAttr ); break; - case RID_SVXPAGE_IMPROVEMENT : - { - String help_url; - SFX_ITEMSET_ARG( &rAttr, pItem, SfxStringItem, SID_CURRENT_URL, sal_False ); - if ( pItem ) - help_url = pItem->GetValue(); - pDlg = new SvxImprovementDialog( pParent, help_url); - } default: break; } -- cgit v1.2.3