diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-21 11:47:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-21 11:47:14 +0100 |
commit | e5cdfe589f8ce559a9e6d8fee3b1a6bd3c9ec233 (patch) | |
tree | e4dbd54b671469ece122197c2ed17e1a304718a3 /linguistic/source | |
parent | 81e065b0ec2764ef44116512631d2ae8260df47a (diff) |
This apparently wants sal_uLong, not bool
Change-Id: I0cf295ea2f83908d98427ae1f3bb6fa1dbbd0b12
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/dicimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index 9dc63e332e11..886a826f222d 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -423,7 +423,7 @@ struct TmpDictionary return xStream; } - bool renameTmpToURL() + sal_uLong renameTmpToURL() { try { |