From eb012bf0a8dcdb84e61bb13ca8a96c089ae479d3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 11 Sep 2015 15:44:09 +0200 Subject: editeng: com::sun::star->css Change-Id: Ied65d2de394ce54cb2c35abb152cf58ac3139395 Reviewed-on: https://gerrit.libreoffice.org/18503 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- editeng/source/uno/unoforou.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng/source/uno/unoforou.cxx') diff --git a/editeng/source/uno/unoforou.cxx b/editeng/source/uno/unoforou.cxx index 93d90290a69f..9c8db1f88d26 100644 --- a/editeng/source/uno/unoforou.cxx +++ b/editeng/source/uno/unoforou.cxx @@ -388,7 +388,7 @@ bool SvxOutlinerForwarder::GetIndexAtPoint( const Point& rPos, sal_Int32& nPara, bool SvxOutlinerForwarder::GetWordIndices( sal_Int32 nPara, sal_Int32 nIndex, sal_Int32& nStart, sal_Int32& nEnd ) const { - ESelection aRes = rOutliner.GetEditEngine().GetWord( ESelection(nPara, nIndex, nPara, nIndex), com::sun::star::i18n::WordType::DICTIONARY_WORD ); + ESelection aRes = rOutliner.GetEditEngine().GetWord( ESelection(nPara, nIndex, nPara, nIndex), css::i18n::WordType::DICTIONARY_WORD ); if( aRes.nStartPara == nPara && aRes.nStartPara == aRes.nEndPara ) -- cgit