diff options
Diffstat (limited to 'sw/inc/IDocumentStatistics.hxx')
-rw-r--r-- | sw/inc/IDocumentStatistics.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sw/inc/IDocumentStatistics.hxx b/sw/inc/IDocumentStatistics.hxx index c40372997da9..152d382f998e 100644 --- a/sw/inc/IDocumentStatistics.hxx +++ b/sw/inc/IDocumentStatistics.hxx @@ -37,21 +37,17 @@ { public: - /** die DocInfo hat siche geaendert (Notify ueber die DocShell) - stosse die entsp. Felder zum Updaten an. + /** DocInfo has changed (notify via DocShell): + make required fields update. */ virtual void DocInfoChgd() = 0; - /** Dokument - Statistics + /** Document - Statistics */ virtual const SwDocStat &GetDocStat() const = 0; - /** - */ virtual void SetDocStat(const SwDocStat& rStat) = 0; - /** - */ virtual void UpdateDocStat(SwDocStat& rStat) = 0; protected: |