diff options
author | Oliver Specht <os@openoffice.org> | 2002-04-12 09:39:11 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-04-12 09:39:11 +0000 |
commit | 310c332e9aa0e000fd8f51bcb4bea133971d1435 (patch) | |
tree | e0e07f2c4a3e93fb6500f25f38a736d7a3485ec2 /sw/inc/swmodule.hxx | |
parent | eb836c9aa8dc4cf75e393b92f59540bae221f1be (diff) |
#97695# use color configuration
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r-- | sw/inc/swmodule.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
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 ); |