summaryrefslogtreecommitdiffstats
path: root/sw/inc/IDocumentStatistics.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-01-08 02:37:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-01-09 20:24:05 +0000
commit6b497a1f57256808ff95e39bfa2d7e5af92e32c4 (patch)
treee08e897105515c715d5f90a5178ac25a49f62eab /sw/inc/IDocumentStatistics.hxx
parentTransl. German comments in sw/inc/IDocumentFieldsAccess.hxx (diff)
downloadcore-6b497a1f57256808ff95e39bfa2d7e5af92e32c4.tar.gz
core-6b497a1f57256808ff95e39bfa2d7e5af92e32c4.zip
Translations of comments in writer/sw/inc
Diffstat (limited to 'sw/inc/IDocumentStatistics.hxx')
-rw-r--r--sw/inc/IDocumentStatistics.hxx10
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: