summaryrefslogtreecommitdiff
path: root/basic/source/inc/errobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/errobject.hxx')
-rw-r--r--basic/source/inc/errobject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/inc/errobject.hxx b/basic/source/inc/errobject.hxx
index 88cef685e8d2..796b83102269 100644
--- a/basic/source/inc/errobject.hxx
+++ b/basic/source/inc/errobject.hxx
@@ -32,8 +32,8 @@ class SbxErrObject : public SbUnoObject
virtual ~SbxErrObject();
public:
- static SbxVariableRef getErrObject();
- static css::uno::Reference< ooo::vba::XErrObject > getUnoErrObject();
+ static SbxVariableRef const & getErrObject();
+ static css::uno::Reference< ooo::vba::XErrObject > const & getUnoErrObject();
void setNumberAndDescription( ::sal_Int32 _number, const OUString& _description )
throw (css::uno::RuntimeException);