summaryrefslogtreecommitdiff
path: root/editeng/inc/outleeng.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/outleeng.hxx')
-rw-r--r--editeng/inc/outleeng.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/outleeng.hxx b/editeng/inc/outleeng.hxx
index c40837dc5f8f..56f7aa62485e 100644
--- a/editeng/inc/outleeng.hxx
+++ b/editeng/inc/outleeng.hxx
@@ -46,7 +46,7 @@ public:
virtual void ParagraphConnected( sal_Int32 nLeftParagraph, sal_Int32 nRightParagraph ) override;
virtual void DrawingText( const Point& rStartPos, const OUString& rText, sal_Int32 nTextStart,
- sal_Int32 nTextLen, std::span<const sal_Int32> pDXArray,
+ sal_Int32 nTextLen, KernArraySpan pDXArray,
std::span<const sal_Bool> pKashidaArray, const SvxFont& rFont,
sal_Int32 nPara, sal_uInt8 nRightToLeft,
const EEngineData::WrongSpellVector* pWrongSpellVector,