summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-04-02 08:15:52 +0000
committerOliver Bolte <obo@openoffice.org>2008-04-02 08:15:52 +0000
commit54d495363634297ae2a9325799f353e45db942b3 (patch)
treea9de10a2a938ed589538a0fd24b3076588c1dcac /lingucomponent
parentf9ae9556b8409851dc6ee134ffec553a0e6927b0 (diff)
#i87531# WaE: too few arguments for format
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
index 0ef173237911..1e166ce3021e 100644
--- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hyphenimp.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2008-03-25 16:48:36 $
+ * last change: $Author: obo $ $Date: 2008-04-02 09:15:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -587,7 +587,7 @@ Reference< XPossibleHyphens > SAL_CALL
if ( ( dict = hnj_hyphen_load ( sTmp.getStr()) ) == NULL )
{
- fprintf(stderr, "Couldn't find file %s and %s\n", OU2ENC(dictpath, osl_getThreadTextEncoding()) );
+ fprintf(stderr, "Couldn't find file %s and %s\n", sTmp.getStr(), OU2ENC(dictpath, osl_getThreadTextEncoding()) );
return NULL;
}
aDicts[k].aPtr = dict;