summaryrefslogtreecommitdiff
path: root/include/editeng/SpellPortions.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-20 14:31:54 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-21 08:31:52 +0000
commite6424f14f314d2245387aa25909de03440672cdf (patch)
treec2c10e5f5d443b27fd1dc2ac78919c1f52f10baf /include/editeng/SpellPortions.hxx
parentd47eca3cd9fdf2ff247c2f3b251a1f94761d1046 (diff)
com::sun::star->css in include/editeng
Change-Id: I2a46f2128ef86ea0d692240b968ea52ab8e09dcc Reviewed-on: https://gerrit.libreoffice.org/19489 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/SpellPortions.hxx')
-rw-r--r--include/editeng/SpellPortions.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/SpellPortions.hxx b/include/editeng/SpellPortions.hxx
index 9cb158d20a83..bdf1207c8bb5 100644
--- a/include/editeng/SpellPortions.hxx
+++ b/include/editeng/SpellPortions.hxx
@@ -55,16 +55,16 @@ struct SpellPortion
/** for wrong words this reference is filled with the error information otherwise
it's an empty reference
*/
- ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSpellAlternatives> xAlternatives;
+ css::uno::Reference< css::linguistic2::XSpellAlternatives> xAlternatives;
/** determines whether the error type is a grammar error
*/
bool bIsGrammarError;
/** contains the grammar error information
*/
- com::sun::star::linguistic2::SingleProofreadingError aGrammarError;
+ css::linguistic2::SingleProofreadingError aGrammarError;
/** provides access to the grammar checker interface
*/
- ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XProofreader > xGrammarChecker;
+ css::uno::Reference< css::linguistic2::XProofreader > xGrammarChecker;
/** marks portion as to-be-ignored. This is a return parameter.
*/
/** contains the proposed dialog title if the proof reading component provides one.