From 310c332e9aa0e000fd8f51bcb4bea133971d1435 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 12 Apr 2002 09:39:11 +0000 Subject: #97695# use color configuration --- sw/inc/swmodule.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sw/inc/swmodule.hxx') diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index 7da9541a95f8..a2c50e8b5b3e 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swmodule.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: tl $ $Date: 2002-02-19 13:42:29 $ + * last change: $Author: os $ $Date: 2002-04-12 10:39:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,6 +107,7 @@ class SwNavigationConfig; class SwTransferable; class SwToolbarConfigItem; class SwAttrPool; +namespace svx{ class ColorConfig;} struct SwDBData; #define VIEWOPT_DEST_VIEW 0 #define VIEWOPT_DEST_TEXT 1 @@ -134,6 +135,7 @@ class SwModule: public SwModuleDummy , public SfxListener SwToolbarConfigItem*pToolbarConfig; //fuer gestackte Toolbars, welche SwToolbarConfigItem*pWebToolbarConfig; //war sichtbar? SwDBConfig* pDBConfig; + svx::ColorConfig* pColorConfig; SfxErrorHandler* pErrorHdl; @@ -222,6 +224,7 @@ public: SwToolbarConfigItem*GetToolbarConfig() { return pToolbarConfig; } SwToolbarConfigItem*GetWebToolbarConfig() { return pWebToolbarConfig; } SwDBConfig* GetDBConfig(); + svx::ColorConfig& GetColorConfig(); // UNO // virtual Reflection* GetReflection( UsrUik aUIK ); -- cgit