summaryrefslogtreecommitdiff
path: root/include/editeng/svxfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/svxfont.hxx')
-rw-r--r--include/editeng/svxfont.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/editeng/svxfont.hxx b/include/editeng/svxfont.hxx
index e0f92c57289d..ac4ec390128a 100644
--- a/include/editeng/svxfont.hxx
+++ b/include/editeng/svxfont.hxx
@@ -96,7 +96,8 @@ public:
void QuickDrawText( OutputDevice *pOut, const Point &rPos, const OUString &rTxt,
const sal_Int32 nIdx = 0, const sal_Int32 nLen = SAL_MAX_INT32,
- o3tl::span<const sal_Int32> pDXArray = {} ) const;
+ o3tl::span<const sal_Int32> pDXArray = {},
+ o3tl::span<const sal_Bool> pKashidaArray = {} ) const;
Size QuickGetTextSize( const OutputDevice *pOut, const OUString &rTxt,
const sal_Int32 nIdx, const sal_Int32 nLen,