summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2019-12-13 12:01:34 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-02-17 09:31:45 +0100
commita4f5c8d38e307bb37f08e8f6ef3cfc9ffac84304 (patch)
tree1642c6aa803310e82e799291cc4a6b637ac418e4 /sd/source/ui/slidesorter/inc
parent6be9ae8aa1d3b164f3953dbc1cb7f0f1c1976d9b (diff)
Resolves tdf#129032 - Missing warning when renaming page
Edit field has type normal or error now Edit field and okay button return feedback per tooltip Change-Id: Ib2caf3280227cb00af25889ed111503745b471dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85101 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sd/source/ui/slidesorter/inc')
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx
index d5078bcfbedc..df378315afad 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx
@@ -81,6 +81,7 @@ private:
*/
void RenameSlide( const SfxRequest& rRequest );
DECL_LINK(RenameSlideHdl, AbstractSvxNameDialog&, bool);
+ DECL_STATIC_LINK(SlotManager, RenameSlideTooltipHdl, AbstractSvxNameDialog&, OUString);
bool RenameSlideFromDrawViewShell( sal_uInt16 nPageId, const OUString& rName);
/** Handle SID_INSERTPAGE slot calls.