summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/mvtabdlg.hxx
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2023-05-05 19:28:58 +0200
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2023-05-07 13:39:12 +0200
commit6f67eb36d035fa3fe4103e497207452602ff993b (patch)
tree23af17f4ce76294ddfaa855c24fd6b3ccb349101 /sc/source/ui/inc/mvtabdlg.hxx
parent54d07afac60d68fae9910724c5f273658e9a82cc (diff)
tdf#96854 - Remember last used option in copy/move sheet dialog
Change-Id: Iebfd224091c108bb5068b716c39da0979a7ab3ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151437 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'sc/source/ui/inc/mvtabdlg.hxx')
-rw-r--r--sc/source/ui/inc/mvtabdlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx
index c6e89ab9fed0..665d3cd46085 100644
--- a/sc/source/ui/inc/mvtabdlg.hxx
+++ b/sc/source/ui/inc/mvtabdlg.hxx
@@ -61,6 +61,9 @@ private:
bool bRenameTable:1;
bool mbEverEdited:1;
+ // tdf#96854 - remember last used option for copy/move sheet
+ static bool mbRememeberedCopy;
+
std::unique_ptr<weld::RadioButton> m_xBtnMove;
std::unique_ptr<weld::RadioButton> m_xBtnCopy;
std::unique_ptr<weld::Label> m_xFtDoc;