diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-02 13:54:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-02 13:54:56 +0100 |
commit | 332f6625727273cf4839b1169d469b4a3c746f4f (patch) | |
tree | 535c069e98563991ead96db5e73386f47c516dc7 /linguistic | |
parent | 45704914a5b73e106c35323210159f82201cbf56 (diff) |
drop useless debugging stuff
Change-Id: I4475b1112dfd9d6b1439deb4792d1320a00b79dc
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/misc.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx index bd1bdc8f228d..c685f60032a0 100644 --- a/linguistic/source/misc.cxx +++ b/linguistic/source/misc.cxx @@ -531,9 +531,6 @@ uno::Reference< XHyphenatedWord > RebuildHyphensAndControlChars( nChgLen = 0; OUString aRplc; bool bAltSpelling = GetAltSpelling( nChgPos, nChgLen, aRplc, rxHyphWord ); -#if OSL_DEBUG_LEVEL > 1 - OUString aWord( rxHyphWord->getWord() ); -#endif OUString aOrigHyphenatedWord; sal_Int16 nOrigHyphenPos = -1; |