diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 12:04:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 12:04:39 +0000 |
commit | 7c84fb6ab6bb1cc166eeb35f20a35b9a0dcbd727 (patch) | |
tree | 6a4f34c3ce462de022905b3b861395258a5fa609 | |
parent | 8c9c32e6194fb9473d247bb6ab5375da411647c2 (diff) |
INTEGRATION: CWS basemodelrefactoring (1.3.202); FILE MERGED
2007/03/27 21:24:55 mba 1.3.202.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep
-rw-r--r-- | sw/inc/IDocumentStatistics.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/IDocumentStatistics.hxx b/sw/inc/IDocumentStatistics.hxx index 68bf0e195528..4b86b2865edc 100644 --- a/sw/inc/IDocumentStatistics.hxx +++ b/sw/inc/IDocumentStatistics.hxx @@ -4,9 +4,9 @@ * * $RCSfile: IDocumentStatistics.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-10-11 08:44:39 $ + * last change: $Author: obo $ $Date: 2007-07-17 13:04:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ /** Dokument info @return the current document information */ - virtual SfxDocumentInfo* GetInfo() = 0; + virtual SfxDocumentInfo* GetDocumentInfo() = 0; /** Return a pointer to the document info. May also return NULL! @@ -60,7 +60,7 @@ der Info, um einen schnellen Zugriff zu ermoeglichen. (impl. in docsh2.cxx) */ - virtual void SetInfo(const SfxDocumentInfo& rInfo) = 0; + virtual void SetDocumentInfo(const SfxDocumentInfo& rInfo) = 0; /** die DocInfo hat siche geaendert (Notify ueber die DocShell) stosse die entsp. Felder zum Updaten an. |