summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scmod.cxx
diff options
context:
space:
mode:
authorAlfonso Eusebio <alfonso_eusebio@yahoo.co.uk>2011-02-08 21:30:10 +0000
committerKohei Yoshida <kyoshida@novell.com>2011-02-08 21:38:21 -0500
commit9a920f3a7c0890e70688ddf0ccd1262347a3a54b (patch)
treec5570a77dacfb23516e7511a69f595e7ffd3ed3c /sc/source/ui/app/scmod.cxx
parent4a928babb5dbcff831be05503e5793ebed4217bb (diff)
Remove obsolete Hyperlink Bar from calc
Removed hyperlink bar references from calc (removing from apps first). Menu entry appears greyed out until it gets removed from core modules.
Diffstat (limited to 'sc/source/ui/app/scmod.cxx')
-rw-r--r--sc/source/ui/app/scmod.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index cb443df4e62a..b860675f19cc 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -128,7 +128,6 @@ SFX_IMPL_INTERFACE( ScModule, SfxShell, ScResId(RID_APPTITLE) )
SFX_OBJECTBAR_REGISTRATION( SFX_OBJECTBAR_APPLICATION | SFX_VISIBILITY_DESKTOP | SFX_VISIBILITY_STANDARD | SFX_VISIBILITY_CLIENT | SFX_VISIBILITY_VIEWER,
ScResId(RID_OBJECTBAR_APP) );
SFX_STATUSBAR_REGISTRATION( ScResId(SCCFG_STATUSBAR) ); // nur ID wichtig
- SFX_CHILDWINDOW_REGISTRATION( SvxHyperlinkDlgWrapper::GetChildWindowId() );
}
//------------------------------------------------------------------