diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 12:59:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 12:59:15 +0000 |
commit | 0b85b055ca404e55f88b9eb1f292267e454976f7 (patch) | |
tree | 949f3ea751d91e17587c46b9eae1f9e9a7394c84 /sw/inc/doc.hxx | |
parent | 0c37bc8371dc0139524eab4cb144ce91e596e42b (diff) |
INTEGRATION: CWS custommeta (1.144.28); FILE MERGED
2008/02/26 10:35:05 mst 1.144.28.3: RESYNC: (1.146-1.147); FILE MERGED
2008/02/01 10:29:36 mst 1.144.28.2: RESYNC: (1.144-1.146); FILE MERGED
2008/01/17 15:36:36 mst 1.144.28.1: interface change: IDocumentStatistics, SwDoc
- sw/inc/IDocumentStatistics.hxx:
+ remove methods GetDocumentInfo, GetpInfo, SetDocumentInfo
+ method DocInfoChgd no longer takes a parameter
- sw/inc/doc.hxx:
+ remove MAINTAINABILITY-HORROR: SwDoc no longer has a SfxDocumentInfo member
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index b82b95b59197..877d76622607 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: doc.hxx,v $ * - * $Revision: 1.148 $ + * $Revision: 1.149 $ * - * last change: $Author: obo $ $Date: 2008-02-26 10:29:19 $ + * last change: $Author: obo $ $Date: 2008-02-26 13:59:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -181,7 +181,6 @@ class SbxArray; class SdrModel; class SdrObject; class SdrUndoAction; -class SfxDocumentInfo; class VirtualDevice; class SfxPrinter; class SvNumberFormatter; @@ -408,7 +407,6 @@ class SwDoc : SwLineNumberInfo*pLineNumberInfo; SwFtnIdxs *pFtnIdxs; SwDocStat *pDocStat; // Statistic Informationen - SfxDocumentInfo *pSwgInfo; // Dokumentinformationen SvxMacroTableDtor *pMacroTable; // Tabelle der dokumentglobalen Macros SwDocShell *pDocShell; // Ptr auf die SfxDocShell vom Doc @@ -990,10 +988,7 @@ public: /** IDocumentStatistics */ - virtual SfxDocumentInfo* GetDocumentInfo(); - virtual const SfxDocumentInfo* GetpInfo() const; - virtual void SetDocumentInfo(const SfxDocumentInfo& rInfo); - virtual void DocInfoChgd(const SfxDocumentInfo& rInfo); + virtual void DocInfoChgd(); virtual const SwDocStat &GetDocStat() const; virtual void SetDocStat(const SwDocStat& rStat); SW_DLLPUBLIC virtual void UpdateDocStat(SwDocStat& rStat); |