summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2019-06-18 15:36:09 -0800
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-06-26 01:11:49 +0200
commit8c6b8e8c684fb24ee4d50d4b4638242a82356760 (patch)
tree9b3bed554e850e5a39ac63781f718ac158ca402d /include
parentSmartArt: move setting shape aspect ratio to alg atom visit (diff)
downloadcore-8c6b8e8c684fb24ee4d50d4b4638242a82356760.tar.gz
core-8c6b8e8c684fb24ee4d50d4b4638242a82356760.zip
tdf#125362 Update tab dialog example set after Apply
Change-Id: I0f6ad5273b285080bf2bc55fca3a2365b5b42bbf Reviewed-on: https://gerrit.libreoffice.org/74325 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> (cherry picked from commit fc938b4310a8f5fcc8ee2846acfeb6f6d818b9f5) Reviewed-on: https://gerrit.libreoffice.org/74712 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/tabdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 77f9125ef8d2..d98af8b09090 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -147,6 +147,7 @@ public:
//calls Ok without closing dialog
bool Apply();
+ void Applied() { m_xExampleSet->Put(*GetInputSetImpl()); }
};
enum class DeactivateRC {