diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-17 16:03:55 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-18 06:51:09 +0000 |
commit | 89ac4f6255bc9734d1b34bc2994bf275fa1b011f (patch) | |
tree | abffbd7d376abfd7594360da86c8ddcd40ac390d /vbahelper/source/msforms/vbascrollbar.cxx | |
parent | 319c9b90048d894f16236917a509d770a734e0dc (diff) |
com::sun::star->css in vbahelper/
Change-Id: I7ab89b01cf6817b365a02e73d4635dfdb5b40440
Reviewed-on: https://gerrit.libreoffice.org/20022
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vbahelper/source/msforms/vbascrollbar.cxx')
-rw-r--r-- | vbahelper/source/msforms/vbascrollbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/msforms/vbascrollbar.cxx b/vbahelper/source/msforms/vbascrollbar.cxx index c9c846f042b6..520b0af438da 100644 --- a/vbahelper/source/msforms/vbascrollbar.cxx +++ b/vbahelper/source/msforms/vbascrollbar.cxx @@ -34,7 +34,7 @@ ScVbaScrollBar::getValue() throw (css::uno::RuntimeException, std::exception) } void SAL_CALL -ScVbaScrollBar::setValue( const uno::Any& _value ) throw (::com::sun::star::uno::RuntimeException, std::exception) +ScVbaScrollBar::setValue( const uno::Any& _value ) throw (css::uno::RuntimeException, std::exception) { m_xProps->setPropertyValue( "ScrollValue", _value ); } |