diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-02-07 12:55:49 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-02-09 12:55:48 +0100 |
commit | 571be264d9604c3d77036e26812f909655cc0bb2 (patch) | |
tree | 364c99add23501d74e7c8abddd3aea17dc0ab584 /include/oox | |
parent | a79e7dc9e8097c199e91288027861e3883e14d1b (diff) |
Fix typos
Change-Id: I50e8988c320c0068f7adf4a3429d7639df0cbcd1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129596
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/ole/vbamodule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ole/vbamodule.hxx b/include/oox/ole/vbamodule.hxx index 4cbb4a41c948..573552766159 100644 --- a/include/oox/ole/vbamodule.hxx +++ b/include/oox/ole/vbamodule.hxx @@ -43,7 +43,7 @@ namespace oox::ole { /** Stores, which key shortcut maps to which VBA macro method. */ struct VbaMacroKeyAndMethodBinding { - // This describes a key combinaton in "raw" VBA Macro form, that + // This describes a key combination in "raw" VBA Macro form, that // still needs translated to a key event that can be used in // LibreOffice. OUString msApiKey; |