summaryrefslogtreecommitdiff
path: root/include/vcl/textdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/textdata.hxx')
-rw-r--r--include/vcl/textdata.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/vcl/textdata.hxx b/include/vcl/textdata.hxx
index b982b1ecf74e..7339f0f876b4 100644
--- a/include/vcl/textdata.hxx
+++ b/include/vcl/textdata.hxx
@@ -24,6 +24,8 @@
#include <svl/smplhint.hxx>
#include <vcl/dllapi.h>
+enum class ExtTextInputAttr;
+
// for Notify, if all paragraphs were deleted
#define TEXT_PARA_ALL SAL_MAX_UINT32
#define TEXT_INDEX_ALL SAL_MAX_INT32
@@ -138,7 +140,7 @@ public:
struct TEIMEInfos
{
OUString aOldTextAfterStartPos;
- sal_uInt16* pAttribs;
+ ExtTextInputAttr* pAttribs;
TextPaM aPos;
sal_Int32 nLen;
bool bCursor;
@@ -147,7 +149,7 @@ struct TEIMEInfos
TEIMEInfos(const TextPaM& rPos, const OUString& rOldTextAfterStartPos);
~TEIMEInfos();
- void CopyAttribs(const sal_uInt16* pA, sal_Int32 nL);
+ void CopyAttribs(const ExtTextInputAttr* pA, sal_Int32 nL);
void DestroyAttribs();
};