summaryrefslogtreecommitdiff
path: root/sw/inc/splargs.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-27 08:11:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-27 14:00:28 +0200
commit92b447876d1d9c10fba17e5f527332fe6ec07fb9 (patch)
tree92714b5d8db4fbf2d7a56aca8be0450269397be4 /sw/inc/splargs.hxx
parente6ff6f9a71ec88747e3cf8165fb72a96b57f2e99 (diff)
css already means ::com::sun::star
Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342
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;
}