From 269b8a086e3d3387ef6a68cf29508704331513d5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Oct 2020 18:53:04 +0200 Subject: Fix typos Change-Id: Ia66e31a0ad71dde1a6c1caa911d6083e1fb9eb61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104538 Reviewed-by: Julien Nabet Tested-by: Jenkins --- svx/source/inc/fmundo.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/inc') 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; -- cgit