diff options
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 ) |