diff options
author | Thomas Lange <tl@openoffice.org> | 2001-07-03 11:27:36 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-07-03 11:27:36 +0000 |
commit | cc4032667cc4a57542970b0e1d87eb43d96b4999 (patch) | |
tree | 47d2abf3f3e664b934a4b55853e4fd4b51ad1c17 /linguistic | |
parent | dbd065adfe507f40cc93944d8d1c156c33ac4aec (diff) |
#83490# superfluous defines removed
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/misc.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx index 63def510615d..19279557b701 100644 --- a/linguistic/source/misc.cxx +++ b/linguistic/source/misc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: misc.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: tl $ $Date: 2001-06-29 13:08:15 $ + * last change: $Author: tl $ $Date: 2001-07-03 12:27:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -316,9 +316,6 @@ uno::Sequence< INT16 > /////////////////////////////////////////////////////////////////////////// -#define SOFT_HYPHEN SVT_SOFT_HYPHEN -#define HARD_HYPHEN SVT_HARD_HYPHEN - static BOOL GetAltSpelling( INT16 &rnChgPos, INT16 &rnChgLen, OUString &rRplc, Reference< XHyphenatedWord > &rxHyphWord ) |