summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-01-07 08:59:09 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-01-07 10:08:48 +0000
commitd911663f0fa919fc66e10328482948a730e9c2e8 (patch)
treee598880b5a4fd08fa709bb705bb81ea8f964c75f /vbahelper
parent471b58e19048419592a87e27860019ae02feca15 (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 'vbahelper')
-rw-r--r--vbahelper/source/msforms/vbacontrols.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/msforms/vbacontrols.cxx b/vbahelper/source/msforms/vbacontrols.cxx
index fe62c1b16d44..cfe9f06dd640 100644
--- a/vbahelper/source/msforms/vbacontrols.cxx
+++ b/vbahelper/source/msforms/vbacontrols.cxx
@@ -121,7 +121,7 @@ public:
return ( !mControls.empty() );
}
- // XNameAcess
+ // XNameAccess
virtual uno::Any SAL_CALL getByName( const OUString& aName ) throw (container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException, std::exception) override
{
if ( !hasByName( aName ) )