diff options
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; |