summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/app/docshdrw.cxx10
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() ));
}