summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/inputhdl.hxx
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-01-04 00:06:58 -0500
committerAshod Nakashian <ashnakash@gmail.com>2018-01-06 22:10:20 +0100
commit0e0eff2309583ea25b81006b5bc6879b86081a15 (patch)
treefe1260dcaae4f6326683958238a66ec3f9dd5e15 /sc/source/ui/inc/inputhdl.hxx
parent040b1fc33384f153a6cd209b58cdf1b2f71cfbd6 (diff)
lok: send modified status when applying cell-formula before saving
Without this, the modified status resulting from applying the cell-formula immediately before saving is lost, since it is clobbered after the save. Change-Id: Ie402812d0fc0528020161fffe57e8220c5abfeb5 Reviewed-on: https://gerrit.libreoffice.org/47366 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sc/source/ui/inc/inputhdl.hxx')
-rw-r--r--sc/source/ui/inc/inputhdl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx
index 3bc760446b02..96450a842bc9 100644
--- a/sc/source/ui/inc/inputhdl.hxx
+++ b/sc/source/ui/inc/inputhdl.hxx
@@ -233,6 +233,7 @@ public:
bool TakesReturn() const { return ( nTipVisible != nullptr ); }
+ bool GetModified() const { return bModified; }
void SetModified() { bModified = true; }
bool GetSelIsRef() const { return bSelIsRef; }