summaryrefslogtreecommitdiff
path: root/sw/inc/splargs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/splargs.hxx')
-rw-r--r--sw/inc/splargs.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/splargs.hxx b/sw/inc/splargs.hxx
index 438a2f55ffe9..2771e90d6b3b 100644
--- a/sw/inc/splargs.hxx
+++ b/sw/inc/splargs.hxx
@@ -109,7 +109,7 @@ struct SwSpellArgs : SwArgsBase
class SwInterHyphInfo
{
- ::css::uno::Reference< ::css::linguistic2::XHyphenatedWord > xHyphWord;
+ css::uno::Reference< css::linguistic2::XHyphenatedWord > xHyphWord;
const Point aCrsrPos;
bool bNoLang : 1;
bool bCheck : 1;
@@ -143,11 +143,11 @@ public:
bool IsCheck() const { return bCheck; }
void SetCheck( const bool bNew ) { bCheck = bNew; }
void SetNoLang( const bool bNew ) { bNoLang = bNew; }
- void SetHyphWord(const ::css::uno::Reference< ::css::linguistic2::XHyphenatedWord > &rxHW)
+ void SetHyphWord(const css::uno::Reference< css::linguistic2::XHyphenatedWord > &rxHW)
{
xHyphWord = rxHW;
}
- ::css::uno::Reference< ::css::linguistic2::XHyphenatedWord > GetHyphWord()
+ css::uno::Reference< css::linguistic2::XHyphenatedWord > GetHyphWord()
{
return xHyphWord;
}