diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-23 13:23:17 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-23 13:27:47 +0200 |
commit | 0c8634317979af80a32be729ed169229e8ecff99 (patch) | |
tree | 08d7f1e4068f8c6b73cd76df2226ab4eaad8d367 /linguistic/workben | |
parent | 728f98303193bfc9319b4e82a4078d27d1844139 (diff) |
com::sun::star->css in linguistic
Change-Id: I3708931dd96d83d1daa332e930e291c3d6cfd73b
Diffstat (limited to 'linguistic/workben')
-rw-r--r-- | linguistic/workben/sspellimp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx index b7fb2cb88e23..c1570f39ab21 100644 --- a/linguistic/workben/sspellimp.cxx +++ b/linguistic/workben/sspellimp.cxx @@ -220,7 +220,7 @@ Reference< XSpellAlternatives > { aTmp.SearchAndReplaceAllAscii( "liss", "liz" ); xRes = new SpellAlternatives( aTmp, nLang, - SpellFailure::IS_NEGATIVE_WORD, ::com::sun::star::uno::Sequence< OUString >() ); + SpellFailure::IS_NEGATIVE_WORD, css::uno::Sequence< OUString >() ); } else if (-1 != aTmp.indexOf( (sal_Unicode) 'x' ) || -1 != aTmp.indexOf( (sal_Unicode) 'X' )) @@ -252,7 +252,7 @@ Reference< XSpellAlternatives > (sal_Unicode) 'S': (sal_Unicode) 's'; aTmp.GetBufferAccess()[0] = cNewChar; xRes = new SpellAlternatives( aTmp, nLang, - SpellFailure::CAPTION_ERROR, ::com::sun::star::uno::Sequence< OUString >() ); + SpellFailure::CAPTION_ERROR, css::uno::Sequence< OUString >() ); } } } |