summaryrefslogtreecommitdiff
path: root/sw/inc/txatritr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/txatritr.hxx')
-rw-r--r--sw/inc/txatritr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/txatritr.hxx b/sw/inc/txatritr.hxx
index 178bf94cf4f6..4e82794a4c8d 100644
--- a/sw/inc/txatritr.hxx
+++ b/sw/inc/txatritr.hxx
@@ -67,7 +67,7 @@ public:
bool Next();
sal_Int32 GetChgPos() const { return nChgPos; }
- sal_uInt16 GetLanguage() const
+ LanguageType GetLanguage() const
{ return static_cast<const SvxLanguageItem&>(*pCurItem).GetValue(); }
};