summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-13 14:18:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-13 20:35:21 +0000
commitd4dd5c34dbf1344ccedb365a358e771ff91b0713 (patch)
treee395eac1dfb7b9a7ed015fb86ce9f4aa728b847b /editeng
parentd18a5aa4da94cbe33b9fbbb3bf766051cb550021 (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 'editeng')
-rw-r--r--editeng/source/items/svxfont.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/items/svxfont.cxx b/editeng/source/items/svxfont.cxx
index cd379cf06202..b873c596d457 100644
--- a/editeng/source/items/svxfont.cxx
+++ b/editeng/source/items/svxfont.cxx
@@ -22,6 +22,7 @@
#include <vcl/print.hxx>
#include <tools/gen.hxx>
#include <tools/poly.hxx>
+#include <tools/string.hxx>
#include <unotools/charclass.hxx>
#include <editeng/unolingu.hxx>
#include <com/sun/star/i18n/KCharacterType.hpp>