summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentStatistics.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 12:57:42 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 12:57:42 +0000
commit0c37bc8371dc0139524eab4cb144ce91e596e42b (patch)
tree71a113c27063a286743f47542fb0c19616f65ab3 /sw/inc/IDocumentStatistics.hxx
parent45fdd2221bb5f7b901dd1883993d9d0e13340a33 (diff)
INTEGRATION: CWS custommeta (1.4.170); FILE MERGED
2008/01/17 15:36:36 mst 1.4.170.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/IDocumentStatistics.hxx')
-rw-r--r--sw/inc/IDocumentStatistics.hxx24
1 files changed, 3 insertions, 21 deletions
diff --git a/sw/inc/IDocumentStatistics.hxx b/sw/inc/IDocumentStatistics.hxx
index 4b86b2865edc..bfb821849516 100644
--- a/sw/inc/IDocumentStatistics.hxx
+++ b/sw/inc/IDocumentStatistics.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: IDocumentStatistics.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2007-07-17 13:04:39 $
+ * last change: $Author: obo $ $Date: 2008-02-26 13:57:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,6 @@
#ifndef IDOCUMENTSTATISTICS_HXX_INCLUDED
#define IDOCUMENTSTATISTICS_HXX_INCLUDED
- class SfxDocumentInfo;
struct SwDocStat;
/** Document statistics information
@@ -45,27 +44,10 @@
{
public:
- /** Dokument info
- @return the current document information
- */
- virtual SfxDocumentInfo* GetDocumentInfo() = 0;
-
- /** Return a pointer to the document info.
- May also return NULL!
- */
- virtual const SfxDocumentInfo* GetpInfo() const = 0;
-
- /** setze ueber die DocShell in den entsp. Storage-Stream. Hier wird
- jetzt die DocInfo verwaltet. Fuer die Felder ist am Doc eine Kopie
- der Info, um einen schnellen Zugriff zu ermoeglichen.
- (impl. in docsh2.cxx)
- */
- virtual void SetDocumentInfo(const SfxDocumentInfo& rInfo) = 0;
-
/** die DocInfo hat siche geaendert (Notify ueber die DocShell)
stosse die entsp. Felder zum Updaten an.
*/
- virtual void DocInfoChgd(const SfxDocumentInfo& rInfo) = 0;
+ virtual void DocInfoChgd() = 0;
/** Dokument - Statistics
*/