summaryrefslogtreecommitdiff
path: root/include/xmloff
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 /include/xmloff
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 'include/xmloff')
-rw-r--r--include/xmloff/XMLEventExport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/XMLEventExport.hxx b/include/xmloff/XMLEventExport.hxx
index a411e6dfd877..6a3d48ad1e12 100644
--- a/include/xmloff/XMLEventExport.hxx
+++ b/include/xmloff/XMLEventExport.hxx
@@ -82,11 +82,11 @@ public:
/// register additional event names
void AddTranslationTable( const XMLEventNameTranslation* pTransTable );
- /// export the events (calls EventExport::Export(Reference<XNameAcess>) )
+ /// export the events (calls EventExport::Export(Reference<XNameAccess>) )
void Export( css::uno::Reference<css::document::XEventsSupplier> & xAccess,
bool bUseWhitespace = true);
- /// export the events (calls EventExport::Export(Reference<XNameAcess>) )
+ /// export the events (calls EventExport::Export(Reference<XNameAccess>) )
void Export( css::uno::Reference<css::container::XNameReplace> & xAccess,
bool bUseWhitespace = true);