diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-01-07 08:59:09 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-01-07 10:08:48 +0000 |
commit | d911663f0fa919fc66e10328482948a730e9c2e8 (patch) | |
tree | e598880b5a4fd08fa709bb705bb81ea8f964c75f /sc/source/ui/vba/vbaoleobjects.cxx | |
parent | 471b58e19048419592a87e27860019ae02feca15 (diff) |
Typo: Acess->Access
Found thanks to Buovjaga
Change-Id: I73e36f50a1fd393859ba775ab084a488047864a3
Reviewed-on: https://gerrit.libreoffice.org/32810
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/vba/vbaoleobjects.cxx')
-rw-r--r-- | sc/source/ui/vba/vbaoleobjects.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaoleobjects.cxx b/sc/source/ui/vba/vbaoleobjects.cxx index 498957033e10..5ea0dfe40443 100644 --- a/sc/source/ui/vba/vbaoleobjects.cxx +++ b/sc/source/ui/vba/vbaoleobjects.cxx @@ -61,7 +61,7 @@ public: return uno::makeAny( vObjects[ Index ] ); } - // Methods XElementAcess + // Methods XElementAccess virtual uno::Type SAL_CALL getElementType() throw (uno::RuntimeException, std::exception) override { return cppu::UnoType<drawing::XControlShape>::get(); |