diff options
Diffstat (limited to 'include/drawinglayer')
-rw-r--r-- | include/drawinglayer/primitive2d/textlayoutdevice.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/textlayoutdevice.hxx b/include/drawinglayer/primitive2d/textlayoutdevice.hxx index 6348de0ddd25..dfb5ba6c5c37 100644 --- a/include/drawinglayer/primitive2d/textlayoutdevice.hxx +++ b/include/drawinglayer/primitive2d/textlayoutdevice.hxx @@ -96,8 +96,8 @@ public: void addTextRectActions(const tools::Rectangle& rRectangle, const OUString& rText, DrawTextFlags nStyle, GDIMetaFile& rGDIMetaFile) const; - ::std::vector<double> getTextArray(const OUString& rText, sal_uInt32 nIndex, - sal_uInt32 nLength) const; + ::std::vector<double> getTextArray(const OUString& rText, sal_uInt32 nIndex, sal_uInt32 nLength, + bool bCaret = false) const; ::std::vector<double> getCaretPositions(const OUString& rText, sal_uInt32 nIndex, sal_uInt32 nLength) const; |