diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-08-07 00:54:31 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-11 20:08:44 +0000 |
commit | 026de9b0aef2143ae9457088aa80444ec1b7cdbb (patch) | |
tree | 1f6ca80ecdb6edff5b710d351118aeadfb413eb9 /sw/inc | |
parent | 1452e5659796db395efa222d50cc8158275c5442 (diff) |
No need to pass this argument by pointer, and clarify some code.
Change-Id: I2df52771fa3c4c9bc1ce94d693f0cec3aa52d493
Reviewed-on: https://gerrit.libreoffice.org/5338
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 0c99352c29c5..750c69fd83c1 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1401,7 +1401,7 @@ public: bool DeleteTOX( const SwTOXBase& rTOXBase, bool bDelNodes = false ); String GetUniqueTOXBaseName( const SwTOXType& rType, - const String* pChkStr = 0 ) const; + const String sChkStr ) const; bool SetTOXBaseName(const SwTOXBase& rTOXBase, const String& rName); void SetTOXBaseProtection(const SwTOXBase& rTOXBase, sal_Bool bProtect); |