diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-17 12:56:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-17 12:56:01 +0000 |
commit | 6901a3e459c665a8d815629cba8ef04b251509ae (patch) | |
tree | 0113ea9429f7650184bc0e38cae2de2e402cf8d5 /sc/source/ui/view/tabvwsh.cxx | |
parent | 2a9a261fdbb782695f7c1faa71d1b84e0dccb5c0 (diff) |
INTEGRATION: CWS os19 (1.6.104); FILE MERGED
2004/09/12 16:46:56 os 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED
2004/06/10 13:20:12 dr 1.6.104.1: #i22092# new spellcheck dialog, first step
Diffstat (limited to 'sc/source/ui/view/tabvwsh.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh.cxx b/sc/source/ui/view/tabvwsh.cxx index 4f858e4a6993..b575de4ad488 100644 --- a/sc/source/ui/view/tabvwsh.cxx +++ b/sc/source/ui/view/tabvwsh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabvwsh.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2004-08-12 09:30:33 $ + * last change: $Author: rt $ $Date: 2004-09-17 13:56:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,6 +83,7 @@ #include "dwfunctr.hxx" #include "sc.hrc" // -> SID_TOOL_xxx #include "drawattr.hxx" // -> SvxDrawToolItem +#include "spelldialog.hxx" #define ScTabViewShell @@ -124,6 +125,7 @@ SFX_IMPL_INTERFACE(ScTabViewShell,SfxViewShell,ScResId(SCSTR_TABVIEWSHELL)) SFX_CHILDWINDOW_REGISTRATION(SID_SEARCH_DLG); SFX_CHILDWINDOW_REGISTRATION(SID_HYPERLINK_DIALOG); SFX_CHILDWINDOW_REGISTRATION(GalleryChildWindow::GetChildWindowId()); + SFX_CHILDWINDOW_REGISTRATION(ScSpellDialogChildWindow::GetChildWindowId()); SFX_CHILDWINDOW_REGISTRATION( ::avmedia::MediaPlayer::GetChildWindowId() ); } |