summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-11 07:47:22 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-11 07:47:22 +0000
commitc63e352bbc94e481aa8dfd98abc759d61739b05d (patch)
treec22ae03ce1f3d989e1f8b99b1bf20a2dcb33282f /sw/inc/format.hxx
parent8af6d18f004484ac8063b13b2fb8ce92c7474fd5 (diff)
INTEGRATION: CWS swstability06 (1.25.20); FILE MERGED
2006/09/01 12:09:56 ama 1.25.20.1: #i68827#: CleanUp for timer access
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index 64902695531a..a7ccf94b50fb 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: format.hxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:24:36 $
+ * last change: $Author: obo $ $Date: 2006-10-11 08:47:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,6 +58,8 @@
class IDocumentSettingAccess;
class IDocumentDrawModelAccess;
class IDocumentLayoutAccess;
+class IDocumentTimerAccess;
+class IDocumentFieldsAccess;
class SwDoc;
class SwFmt : public SwModify
@@ -160,6 +162,14 @@ public:
const IDocumentLayoutAccess* getIDocumentLayoutAccess() const;
IDocumentLayoutAccess* getIDocumentLayoutAccess();
+ /** Provides access to the document idle timer interface
+ */
+ IDocumentTimerAccess* getIDocumentTimerAccess();
+
+ /** Provides access to the document idle timer interface
+ */
+ IDocumentFieldsAccess* getIDocumentFieldsAccess();
+
// erfragen und setzen der Poolvorlagen-Id's
USHORT GetPoolFmtId() const { return nPoolFmtId; }
void SetPoolFmtId( USHORT nId ) { nPoolFmtId = nId; }