summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaformat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaformat.hxx')
-rw-r--r--sc/source/ui/vba/vbaformat.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaformat.hxx b/sc/source/ui/vba/vbaformat.hxx
index 1489ec6ee673..573f0664c892 100644
--- a/sc/source/ui/vba/vbaformat.hxx
+++ b/sc/source/ui/vba/vbaformat.hxx
@@ -49,7 +49,7 @@ protected:
bool mbCheckAmbiguoity;
bool mbAddIndent;
bool isAmbiguous(const OUString& _sPropertyName) throw ( css::script::BasicErrorException );
- css::uno::Reference< css::beans::XPropertyState > getXPropertyState() throw ( css::uno::RuntimeException );
+ css::uno::Reference< css::beans::XPropertyState > const & getXPropertyState() throw ( css::uno::RuntimeException );
void initializeNumberFormats() throw ( css::script::BasicErrorException, css::uno::RuntimeException );
SfxItemSet* getCurrentDataSet( ) throw (css::uno::RuntimeException, std::exception);
protected: