diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-04-07 23:05:25 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-04-12 22:36:29 +0200 |
commit | bafc6196c5364c2692e9a4f538a580e3dedec073 (patch) | |
tree | 0828feafe8f30374796ae1f82abf38021e5a676a /sw/inc/editsh.hxx | |
parent | 6fcb52aa3d8b8f3686ba1dfae03f9d3cc281b5d3 (diff) |
Use size() on array filled by SwEditShell::GetINetAttrs to get number of items
Change-Id: I10d05c6b635c220f2ec833e4207afbd46651aec8
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 ); |