diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-10-19 18:53:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-10-21 20:37:07 +0200 |
commit | 269b8a086e3d3387ef6a68cf29508704331513d5 (patch) | |
tree | a8ddd4300f35bfaa77686b39e0b9150b5d4a8ce7 /svx/source/inc | |
parent | cdedcfe5548f676c6a39a3c9cc39eea0bcd99e80 (diff) |
Fix typos
Change-Id: Ia66e31a0ad71dde1a6c1caa911d6083e1fb9eb61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104538
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/fmundo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/fmundo.hxx b/svx/source/inc/fmundo.hxx index d914a0e74071..02b8f4998766 100644 --- a/svx/source/inc/fmundo.hxx +++ b/svx/source/inc/fmundo.hxx @@ -91,7 +91,7 @@ private: m_xElement; // object not owned by the action css::uno::Reference< css::uno::XInterface > m_xOwnElement; // object owned by the action - sal_Int32 m_nIndex; // index of the object within it's container + sal_Int32 m_nIndex; // index of the object within its container css::uno::Sequence< css::script::ScriptEventDescriptor > m_aEvents; // events of the object Action m_eAction; |