summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
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 /sc/source/filter/excel
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 'sc/source/filter/excel')
-rw-r--r--sc/source/filter/excel/excimp8.cxx2
-rw-r--r--sc/source/filter/excel/xistyle.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx
index 4619146ea976..5b50659be9d6 100644
--- a/sc/source/filter/excel/excimp8.cxx
+++ b/sc/source/filter/excel/excimp8.cxx
@@ -124,7 +124,7 @@ public:
::osl::MutexGuard aGuard( m_aMutex );
return ( !IdToOleNameHash.empty() );
}
- // XNameAcess
+ // XNameAccess
virtual uno::Any SAL_CALL getByName( const OUString& aName ) throw (container::NoSuchElementException, lang::WrappedTargetException, uno::RuntimeException, std::exception) override
{
::osl::MutexGuard aGuard( m_aMutex );
diff --git a/sc/source/filter/excel/xistyle.cxx b/sc/source/filter/excel/xistyle.cxx
index 6c7287a7d4ec..e815cbaf339c 100644
--- a/sc/source/filter/excel/xistyle.cxx
+++ b/sc/source/filter/excel/xistyle.cxx
@@ -90,7 +90,7 @@ public:
return uno::makeAny( sal_Int32( maColorData[ Index ] ) );
}
- // Methods XElementAcess
+ // Methods XElementAccess
virtual uno::Type SAL_CALL getElementType() throw (uno::RuntimeException, std::exception) override
{
return ::cppu::UnoType<sal_Int32>::get();