summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/toxmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/toxmgr.hxx')
-rw-r--r--sw/source/uibase/inc/toxmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/toxmgr.hxx b/sw/source/uibase/inc/toxmgr.hxx
index dc173313a62c..65dd2e5ebe48 100644
--- a/sw/source/uibase/inc/toxmgr.hxx
+++ b/sw/source/uibase/inc/toxmgr.hxx
@@ -74,7 +74,7 @@ public:
m_nContent(SwTOXElement::Mark | SwTOXElement::OutlineLevel),
m_nIndexOptions(SwTOIOptions::SameEntry|SwTOIOptions::FF|SwTOIOptions::CaseSensitive),
m_nOLEOptions(SwTOOElements::NONE),
- m_eLanguage((LanguageType)::GetAppLanguage()),
+ m_eLanguage(::GetAppLanguage()),
m_eCaptionDisplay(CAPTION_COMPLETE),
m_nLevel(MAXLEVEL),
m_bFromObjectNames(false),