diff options
Diffstat (limited to 'svx/source/form/fmundo.cxx')
-rw-r--r-- | svx/source/form/fmundo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx index 4c641587962f..24edb9239218 100644 --- a/svx/source/form/fmundo.cxx +++ b/svx/source/form/fmundo.cxx @@ -566,7 +566,7 @@ void SAL_CALL FmXUndoEnvironment::propertyChange(const PropertyChangeEvent& evt) } // no Undo for transient and readonly props. But unfortunately "transient" is not only that the - // "transient" flag is set for the property in question, instead is is somewhat more complex + // "transient" flag is set for the property in question, instead it is somewhat more complex // Transience criterions are: // - the "transient" flag is set for the property // - OR the control has a non-empty COntrolSource property, i.e. is intended to be bound |