diff options
author | Nikolai Pretzell <np@openoffice.org> | 2002-11-01 16:15:51 +0000 |
---|---|---|
committer | Nikolai Pretzell <np@openoffice.org> | 2002-11-01 16:15:51 +0000 |
commit | 18e7b2a7dbc74cd094028e11b0910f1136cce615 (patch) | |
tree | bc1652165f7eb6af956a96cbb2e6408db0da2cbf /autodoc/source/display/kernel | |
parent | 7a9d96862db4571421d6eadb314da3c0c67ece2b (diff) |
#103134#
Diffstat (limited to 'autodoc/source/display/kernel')
-rw-r--r-- | autodoc/source/display/kernel/displfct.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/autodoc/source/display/kernel/displfct.cxx b/autodoc/source/display/kernel/displfct.cxx index 6cf5491e6062..c4665d517d49 100644 --- a/autodoc/source/display/kernel/displfct.cxx +++ b/autodoc/source/display/kernel/displfct.cxx @@ -2,9 +2,9 @@ * * $RCSfile: displfct.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: np $ $Date: 2002-05-14 09:02:12 $ + * last change: $Author: np $ $Date: 2002-11-01 17:15:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,8 +65,8 @@ // NOT FULLY DECLARED SERVICES #include <html/chd_udk2.hxx> -#include <html/hd_udk2.hxx> -#include <html/cfrstd.hxx> +#include <idl/hi_display.hxx> +#include <cfrstd.hxx> DYN DisplayToolsFactory * DisplayToolsFactory::dpTheInstance_ = 0; @@ -110,7 +110,7 @@ DisplayToolsFactory::Create_HtmlDisplay_UdkStd() const DYN autodoc::HtmlDisplay_Idl_Ifc * DisplayToolsFactory::Create_HtmlDisplay_Idl() const { - return new IdlHtmlDisplay_Udk2; + return new HtmlDisplay_Idl; } const display::CorporateFrame & |