diff options
author | Laurent BP <laurent.balland-poirier@laposte.net> | 2022-04-25 09:30:38 +0200 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2022-04-29 19:04:10 +0200 |
commit | 170cdf5e335f8803b6d851a9d16020d277e73288 (patch) | |
tree | 896ab15f65c56fff5e037c07a7807d908e416b9c /sc/source/ui/inc/mvtabdlg.hxx | |
parent | c16128bba6da5f2c51e970631c6cccf3b561ff7c (diff) |
tdf#139464 Change label of OK button
In Move/copy sheet UI, change label
according to selected action
update: with UI test
Change-Id: I8244b1635f56574c7641191be7e15ee4a098dce9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133364
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.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx index 2f11fd3868b4..9d121a928fa6 100644 --- a/sc/source/ui/inc/mvtabdlg.hxx +++ b/sc/source/ui/inc/mvtabdlg.hxx @@ -37,6 +37,7 @@ public: void GetTabNameString( OUString& rString ) const; void SetForceCopyTable (); void EnableRenameTable (bool bFlag); + void SetOkBtnLabel (); private: void ResetRenameInput(); |