diff options
author | Oliver Specht <os@openoffice.org> | 2001-01-10 15:14:47 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-01-10 15:14:47 +0000 |
commit | c7e55bb828de669fbd72752ed6c2c8293f029728 (patch) | |
tree | 301e7b887fa5620d10172c41a38423130981f9f5 /sw/source/ui/uiview/view0.cxx | |
parent | 4750feeb98d75627030582ce9edac74aef4c6e9b (diff) |
Ruby dialog
Diffstat (limited to 'sw/source/ui/uiview/view0.cxx')
-rw-r--r-- | sw/source/ui/uiview/view0.cxx | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/sw/source/ui/uiview/view0.cxx b/sw/source/ui/uiview/view0.cxx index a3411c57b5..e68103facf 100644 --- a/sw/source/ui/uiview/view0.cxx +++ b/sw/source/ui/uiview/view0.cxx @@ -2,9 +2,9 @@ * * $RCSfile: view0.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: tbe $ $Date: 2000-11-10 15:49:54 $ + * last change: $Author: os $ $Date: 2001-01-10 16:10:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -149,7 +149,8 @@ SFX_IMPL_INTERFACE( SwView, SfxViewShell, SW_RES(RID_TOOLS_TOOLBOX) ) SFX_CHILDWINDOW_REGISTRATION(FN_REDLINE_ACCEPT); SFX_CHILDWINDOW_REGISTRATION(SID_HYPERLINK_DIALOG); SFX_CHILDWINDOW_REGISTRATION(GalleryChildWindow::GetChildWindowId()); - + SFX_CHILDWINDOW_REGISTRATION(SID_RUBY_DIALOG); + SFX_FEATURED_CHILDWINDOW_REGISTRATION(FN_SYNC_LABELS, 1); SFX_OBJECTBAR_REGISTRATION( SFX_OBJECTBAR_TOOLS| @@ -178,15 +179,18 @@ view::XSelectionSupplier* SwView::GetUNOObject() /*------------------------------------------------------------------------ $Log: not supported by cvs2svn $ + Revision 1.5 2000/11/10 15:49:54 tbe + removed outcommented basctl include file idetemp.hxx + Revision 1.4 2000/10/23 10:52:34 tbe idetemp.hxx include removed - + Revision 1.3 2000/10/10 16:41:12 rt include vcl/graph.hxx (galbrws.hxx needs it for class Graphic) - + Revision 1.2 2000/09/28 15:34:12 os gallery child window registered - + Revision 1.1.1.1 2000/09/18 17:14:49 hr initial import |