From 15048bdcf62aca8f9224c0ab9112e78d952eef20 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 3 Feb 2004 15:32:47 +0000 Subject: INTEGRATION: CWS dialogdiet (1.5.276); FILE MERGED 2003/11/28 18:08:10 mba 1.5.276.1: #i22972#: offmgr removed --- sw/source/ui/app/docshdrw.cxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'sw/source/ui/app/docshdrw.cxx') diff --git a/sw/source/ui/app/docshdrw.cxx b/sw/source/ui/app/docshdrw.cxx index e1b19facbbae..9fefec6bf3e4 100644 --- a/sw/source/ui/app/docshdrw.cxx +++ b/sw/source/ui/app/docshdrw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docshdrw.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-04-17 15:11:40 $ + * last change: $Author: hr $ $Date: 2004-02-03 16:32:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,9 +81,6 @@ #ifndef _SFXSTRITEM_HXX //autogen #include #endif -#ifndef _OFF_APP_HXX //autogen -#include -#endif #ifndef _SVX_DRAWITEM_HXX //autogen #include #endif @@ -93,6 +90,7 @@ #ifndef _SVDOUTL_HXX #include #endif +#include #ifndef _DOCSH_HXX #include @@ -123,7 +121,7 @@ void SwDocShell::InitDraw() rOutliner.SetHyphenator( xHyphenator ); } else - PutItem( SvxColorTableItem( OFF_APP()->GetStdColorTable() )); + PutItem( SvxColorTableItem( XColorTable::GetStdColorTable() )); } -- cgit