diff options
author | Christoph Herzog <rhogez@googlemail.com> | 2011-01-08 02:37:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-09 20:24:05 +0000 |
commit | 6b497a1f57256808ff95e39bfa2d7e5af92e32c4 (patch) | |
tree | e08e897105515c715d5f90a5178ac25a49f62eab /sw/inc/IDocumentStatistics.hxx | |
parent | 267dbb72e620aba14910211be66e6a321c79c1e0 (diff) |
Translations of comments in writer/sw/inc
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: |