diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 15:32:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 15:32:47 +0000 |
commit | 15048bdcf62aca8f9224c0ab9112e78d952eef20 (patch) | |
tree | 924bf29e8eb10bf39bcc9ce50cd462d44fd658f7 /sw/source/ui/app/docshdrw.cxx | |
parent | aa76d8a1fae637996f95d18a4739fb76e40eeb02 (diff) |
INTEGRATION: CWS dialogdiet (1.5.276); FILE MERGED
2003/11/28 18:08:10 mba 1.5.276.1: #i22972#: offmgr removed
Diffstat (limited to 'sw/source/ui/app/docshdrw.cxx')
-rw-r--r-- | sw/source/ui/app/docshdrw.cxx | 10 |
1 files changed, 4 insertions, 6 deletions
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 <svtools/stritem.hxx> #endif -#ifndef _OFF_APP_HXX //autogen -#include <offmgr/app.hxx> -#endif #ifndef _SVX_DRAWITEM_HXX //autogen #include <svx/drawitem.hxx> #endif @@ -93,6 +90,7 @@ #ifndef _SVDOUTL_HXX #include <svx/svdoutl.hxx> #endif +#include <svx/xtable.hxx> #ifndef _DOCSH_HXX #include <docsh.hxx> @@ -123,7 +121,7 @@ void SwDocShell::InitDraw() rOutliner.SetHyphenator( xHyphenator ); } else - PutItem( SvxColorTableItem( OFF_APP()->GetStdColorTable() )); + PutItem( SvxColorTableItem( XColorTable::GetStdColorTable() )); } |