diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 13:47:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 13:47:01 +0000 |
commit | d45be774fd4657c12a3e5b84f57c926192f0ef46 (patch) | |
tree | 8b4a1ee77a8062ea1563dd9944814c45950acc09 /lingucomponent | |
parent | 785edf0885170e12c67ba499ad2a90eae259d83a (diff) |
INTEGRATION: CWS hr50 (1.21.22); FILE MERGED
2008/04/10 17:39:30 hr 1.21.22.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx index e69d2259d238..e6cda6dc29d2 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: hyphenimp.cxx,v $ - * $Revision: 1.24 $ + * $Revision: 1.25 $ * * This file is part of OpenOffice.org. * @@ -784,8 +784,9 @@ void SAL_CALL xPropHelper = pPropHelper; pPropHelper->AddAsPropListener(); //! after a reference is established } - else + else { DBG_ERROR( "wrong number of arguments in sequence" ); + } } } |