diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-13 14:18:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-13 20:35:21 +0000 |
commit | d4dd5c34dbf1344ccedb365a358e771ff91b0713 (patch) | |
tree | e395eac1dfb7b9a7ed015fb86ce9f4aa728b847b /vcl/inc/pch | |
parent | d18a5aa4da94cbe33b9fbbb3bf766051cb550021 (diff) |
longparas: convert ValidateKashidas to sal_Int32
we can use -1 as the failure return code as return value is always checked and
isolated from the rest of the code.
Change-Id: I87a743de82d681a7e4eabc61a576c4e50f1279a8
Diffstat (limited to 'vcl/inc/pch')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 263a40a67032..0c33fb5e51ef 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -370,7 +370,6 @@ #include <tools/rtti.hxx> #include <tools/solar.h> #include <tools/stream.hxx> -#include <tools/string.hxx> #include <tools/tenccvt.hxx> #include <tools/time.hxx> #include <tools/tools.h> |