From 6f82a3f37ce561ac08c2b6561326345bf6159882 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 29 Apr 2004 15:53:48 +0000 Subject: 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 --- sw/inc/swmodule.hxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sw/inc/swmodule.hxx') 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(); -- cgit