summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/SpellAttrib.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-28 14:18:40 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-29 06:45:22 +0000
commit0c5f72b06f7d3b06e61cc5a0eabc8abc7bb72ef5 (patch)
tree62259bba5006e3ea813d149cb6399be82f3d6636 /cui/source/dialogs/SpellAttrib.hxx
parent171990764eedee708ce458be2239466307b2dc6a (diff)
com::sun::star->css in cui
Change-Id: I70ee15db7c8de507fa21a9dfc705f518f223a70b Reviewed-on: https://gerrit.libreoffice.org/17385 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source/dialogs/SpellAttrib.hxx')
-rw-r--r--cui/source/dialogs/SpellAttrib.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cui/source/dialogs/SpellAttrib.hxx b/cui/source/dialogs/SpellAttrib.hxx
index 646f70ba2fb8..52af93d1f8b2 100644
--- a/cui/source/dialogs/SpellAttrib.hxx
+++ b/cui/source/dialogs/SpellAttrib.hxx
@@ -39,10 +39,10 @@ struct SpellErrorDescription
OUString sDialogTitle;
OUString sExplanation;
OUString sExplanationURL;
- ::com::sun::star::lang::Locale aLocale;
- ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XProofreader > xGrammarChecker;
+ css::lang::Locale aLocale;
+ css::uno::Reference< css::linguistic2::XProofreader > xGrammarChecker;
OUString sServiceName; ///< service name of GrammarChecker/SpellChecker
- ::com::sun::star::uno::Sequence< OUString > aSuggestions;
+ css::uno::Sequence< OUString > aSuggestions;
OUString sRuleId;
SpellErrorDescription() :
@@ -50,9 +50,9 @@ struct SpellErrorDescription
SpellErrorDescription( bool bGrammar,
const OUString& rText,
- const ::com::sun::star::lang::Locale& rLocale,
- const ::com::sun::star::uno::Sequence< OUString >& rSuggestions,
- ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XProofreader > rxGrammarChecker,
+ const css::lang::Locale& rLocale,
+ const css::uno::Sequence< OUString >& rSuggestions,
+ css::uno::Reference< css::linguistic2::XProofreader > rxGrammarChecker,
const OUString& rServiceName,
const OUString* pDialogTitle = 0,
const OUString* pExplanation = 0,