diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:08:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:08:55 +0000 |
commit | d7c76de4d7a8422c6edb409a62d2446da6da7442 (patch) | |
tree | 761604af3da523e4e8158e22263fd59a5d29a15c /sw/inc/unosett.hxx | |
parent | 88ee2400584671d989088867d6235b49870d2fe2 (diff) |
INTEGRATION: CWS tune05 (1.6.602); FILE MERGED
2004/07/22 11:23:48 cmc 1.6.602.1: #i30554# unused ctors
Diffstat (limited to 'sw/inc/unosett.hxx')
-rw-r--r-- | sw/inc/unosett.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/unosett.hxx b/sw/inc/unosett.hxx index a4725eb4c35b..6ee7a284cb70 100644 --- a/sw/inc/unosett.hxx +++ b/sw/inc/unosett.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unosett.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2004-08-11 15:40:04 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:08:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -238,7 +238,6 @@ class SwXNumberingRules : public cppu::WeakAggImplHelper5 protected: virtual ~SwXNumberingRules(); public: - SwXNumberingRules(); SwXNumberingRules(SwDocShell& rDocSh); // chapter numbering SwXNumberingRules(const SwNumRule& rRule); // NumRule for paragraphs, numbering styles SwXNumberingRules(SwDoc& rDoc); //create a new instance |