diff options
Diffstat (limited to 'include/basic/sbdef.hxx')
-rw-r--r-- | include/basic/sbdef.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbdef.hxx b/include/basic/sbdef.hxx index 0fe4ce52b686..a82fc1c9461d 100644 --- a/include/basic/sbdef.hxx +++ b/include/basic/sbdef.hxx @@ -28,7 +28,7 @@ class ErrCode; // Returns type name for Basic type, array flag is ignored // implementation: basic/source/runtime/methods.cxx -BASIC_DLLPUBLIC OUString getBasicTypeName( SbxDataType eType ); +BASIC_DLLPUBLIC const OUString & getBasicTypeName( SbxDataType eType ); // Returns type name for Basic objects, especially // important for SbUnoObj instances |