summaryrefslogtreecommitdiff
path: root/lingucomponent/source/hyphenator
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-04 15:10:21 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-04 15:10:21 +0000
commit29304ec950db87e9fafef8396598b4f14ecb73d5 (patch)
tree65744c60ff8c64f6f38b32c9bda0bcbdf3b01c3d /lingucomponent/source/hyphenator
parentf5f867f28695ef5974207a767a9a094b7a784e8b (diff)
INTEGRATION: CWS hyphfixes (1.6.10); FILE MERGED
2006/08/17 01:06:11 nemeth 1.6.10.1: #i54922# #i54848#
Diffstat (limited to 'lingucomponent/source/hyphenator')
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hprophelp.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hprophelp.hxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hprophelp.hxx
index 088ca55bb022..243b98eff516 100644
--- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hprophelp.hxx
+++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hprophelp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hprophelp.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 23:54:58 $
+ * last change: $Author: kz $ $Date: 2006-10-04 16:10:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -172,9 +172,9 @@ public:
propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& rEvt )
throw(::com::sun::star::uno::RuntimeException);
- INT16 GetMinLeading() const { return nHyphMinLeading; }
- INT16 GetMinTrailing() const { return nHyphMinTrailing; }
- INT16 GetMinWordLength() const { return nHyphMinWordLength; }
+ INT16 GetMinLeading() const { return nResHyphMinLeading; }
+ INT16 GetMinTrailing() const { return nResHyphMinTrailing; }
+ INT16 GetMinWordLength() const { return nResHyphMinWordLength; }
};
///////////////////////////////////////////////////////////////////////////