diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-04-29 15:53:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-04-29 15:53:48 +0000 |
commit | 6f82a3f37ce561ac08c2b6561326345bf6159882 (patch) | |
tree | 104b97121ea1acee2aad2c4d8f67fd1097c5e4b8 /sw/inc/swmodule.hxx | |
parent | 2ae5ecc0d7770cb360e31125d7dd27c306028753 (diff) |
INTEGRATION: CWS os12 (1.19.64); FILE MERGED
2003/10/23 06:32:40 os 1.19.64.3: RESYNC: (1.19-1.20); FILE MERGED
2003/07/21 09:07:57 os 1.19.64.2: #103299# SvtUndoOptions is an SfxBroadcaster
2003/07/09 12:46:51 os 1.19.64.1: #103299# SvxAddressItem removed
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r-- | sw/inc/swmodule.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index 947e4a9c1fdd..f32f846cc3cd 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swmodule.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2003-09-19 08:43:03 $ + * last change: $Author: obo $ $Date: 2004-04-29 16:53:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,6 +109,8 @@ class SwAttrPool; namespace svtools{ class ColorConfig;} class SvtAccessibilityOptions; class SvtCTLOptions; +class SvtUserOptions; +class SvtUndoOptions; struct SwDBData; #define VIEWOPT_DEST_VIEW 0 @@ -139,6 +141,8 @@ class SwModule: public SfxModule, public SfxListener svtools::ColorConfig* pColorConfig; SvtAccessibilityOptions* pAccessibilityOptions; SvtCTLOptions* pCTLOptions; + SvtUserOptions* pUserOptions; + SvtUndoOptions* pUndoOptions; SfxErrorHandler* pErrorHdl; @@ -224,6 +228,8 @@ public: svtools::ColorConfig& GetColorConfig(); SvtAccessibilityOptions& GetAccessibilityOptions(); SvtCTLOptions& GetCTLOptions(); + SvtUserOptions& GetUserOptions(); + SvtUndoOptions& GetUndoOptions(); // Ueber Sichten iterieren static SwView* GetFirstView(); |