[Libreoffice-commits] core.git: include/sfx2
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Aug 15 17:12:48 UTC 2020
include/sfx2/docmacromode.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 486f12ecfcc22de5465a4850d3fc61499ba92ea7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 15 17:38:00 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Aug 15 19:12:02 2020 +0200
Fix typo in code
Change-Id: If63944d2dfead88f822127ff088d2f474c0453a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100775
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/sfx2/docmacromode.hxx b/include/sfx2/docmacromode.hxx
index a15bbbe9ba56..9533518bee9d 100644
--- a/include/sfx2/docmacromode.hxx
+++ b/include/sfx2/docmacromode.hxx
@@ -260,7 +260,7 @@ namespace sfx2
*/
static bool storageHasMacros( const css::uno::Reference< css::embed::XStorage >& _rxStorage );
- static bool containerHasBasicMacros( const css::uno::Reference< css::script::XLibraryContainer >& xContainter );
+ static bool containerHasBasicMacros( const css::uno::Reference< css::script::XLibraryContainer >& xContainer );
/** checks the macro execution mode while loading the document.
This must be called when the loading is effectively finished, but before any macro action
More information about the Libreoffice-commits
mailing list