diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 00:02:21 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 10:00:14 -0500 |
commit | 0dae7466fff1e742543ef7512b7dd22472c75624 (patch) | |
tree | c9f146abd01a7cabd81944fd794c133cdecadca3 /sc/inc/stringutil.hxx | |
parent | 8c041824b67caa53d3f7f96803b7a69ced6614b5 (diff) |
Adjust ref undo to ensure group area listeners are used.
When undoing row deletion (and possibly other similar undo's). And
write test for it.
Change-Id: I04b4fd9932f4236f124dcd25967355c6055dec33
Diffstat (limited to 'sc/inc/stringutil.hxx')
-rw-r--r-- | sc/inc/stringutil.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx index 0d536db87836..ef7bd50f3db6 100644 --- a/sc/inc/stringutil.hxx +++ b/sc/inc/stringutil.hxx @@ -23,6 +23,7 @@ #include <rtl/ustring.hxx> #include "scdllapi.h" #include <i18nlangtag/lang.h> +#include <types.hxx> class SvNumberFormatter; @@ -79,6 +80,8 @@ struct SC_DLLPUBLIC ScSetStringParam */ bool mbHandleApostrophe; + sc::StartListeningType meStartListening; + ScSetStringParam(); /** |