diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-10 11:51:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-10 17:58:31 +0000 |
commit | 39022b8b7de60b139a9d21991ae10593e1829e43 (patch) | |
tree | 8259c20ef49792b4356934d95ed75108e1e34a0b /basic | |
parent | c18dc12f292a504b0a6f3d402cbfee77d64a40af (diff) |
little String to OUString + documentation
Change-Id: I982e44150fd2909da0571409f16051d79377d7a3
Reviewed-on: https://gerrit.libreoffice.org/6192
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/sbcomp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx index e4d95f1dfb85..fe7d7e61a643 100644 --- a/basic/source/comp/sbcomp.cxx +++ b/basic/source/comp/sbcomp.cxx @@ -281,7 +281,7 @@ static OString lcl_toOStringSkipLeadingWhites( const OUString& aStr ) return aORetStr; } -String lcl_dumpMethodParameters( SbMethod* pMethod ) +OUString lcl_dumpMethodParameters( SbMethod* pMethod ) { OUString aStr; if( pMethod == NULL ) |