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 | a7544218c148734fe247e16d67fca525e44d5896 (patch) | |
tree | 0844a5e43619225c7457f61d06817be9316cf9ec /sw/source/ui/app | |
parent | 9bbaa2b4d5a3b1550944700edea89304b6bbad4d (diff) |
Ruby dialog
Diffstat (limited to 'sw/source/ui/app')
-rw-r--r-- | sw/source/ui/app/swmodule.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/app/swmodule.cxx b/sw/source/ui/app/swmodule.cxx index 41c2eaf56fca..b76aa66650a0 100644 --- a/sw/source/ui/app/swmodule.cxx +++ b/sw/source/ui/app/swmodule.cxx @@ -2,9 +2,9 @@ * * $RCSfile: swmodule.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: jp $ $Date: 2000-11-24 18:02:44 $ + * last change: $Author: os $ $Date: 2001-01-10 16:10:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -335,6 +335,9 @@ #ifndef _BARCFG_HXX #include <barcfg.hxx> #endif +#ifndef _SVX_RUBYDLG_HXX_ +#include <svx/rubydialog.hxx> +#endif #include <app.hrc> @@ -589,6 +592,7 @@ void SwDLL::RegisterControls() SwSyncChildWin::RegisterChildWindow( sal_True, pMod ); SwInsertIdxMarkWrapper::RegisterChildWindow( sal_False, pMod ); SwInsertAuthMarkWrapper::RegisterChildWindow( sal_False, pMod ); + SvxRubyChildWindow::RegisterChildWindow( sal_False, pMod); SvxGrafRedToolBoxControl::RegisterControl( SID_ATTR_GRAF_RED, pMod ); SvxGrafGreenToolBoxControl::RegisterControl( SID_ATTR_GRAF_GREEN, pMod ); |