diff options
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 58f04bad217c..b2e8ee2841a8 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -788,7 +788,7 @@ public: bool InsertURL( const SwFmtINetFmt& rFmt, const OUString& rStr, bool bKeepSelection = false ); - sal_uInt16 GetINetAttrs( SwGetINetAttrs& rArr ); + void GetINetAttrs( SwGetINetAttrs& rArr ); OUString GetDropTxt( const sal_uInt16 nChars ) const; void ReplaceDropTxt( const OUString &rStr, SwPaM* pPaM = NULL ); |