diff options
author | Oliver Specht <os@openoffice.org> | 2004-05-13 12:29:46 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2004-05-13 12:29:46 +0000 |
commit | 20911e2e5632b87d71e4ad13e22ab0c83ebea2a2 (patch) | |
tree | 2c09d786157913169fc3407e055274ad93902ce8 /sw | |
parent | 29b2ae624600a6b34f02c7ac333f8f9a94e0f877 (diff) |
#10000## SetValues abstract
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index 52ef73b860..b9f711041a 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swabstdlg.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2004-05-13 12:31:27 $ + * last change: $Author: os $ $Date: 2004-05-13 13:29:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -256,7 +256,7 @@ public: class AbstractSwWordCountDialog : public VclAbstractDialog { public: - void SetValues(const SwDocStat& rCurrent, const SwDocStat& rDoc); + void SetValues(const SwDocStat& rCurrent, const SwDocStat& rDoc) = 0; }; class AbstractSwInsertAbstractDlg : public VclAbstractDialog //CHINA001 add for SwInsertAbstractDlg |