diff options
author | Jim Raykowski <raykowj@gmail.com> | 2019-06-18 15:36:09 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2019-06-21 23:24:12 +0200 |
commit | fc938b4310a8f5fcc8ee2846acfeb6f6d818b9f5 (patch) | |
tree | 461efce1f564666a3e507c2accea17397389377b /include | |
parent | f805e0b969fba5c3b2c2bad4d5b951873ec2908f (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 1 |
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 { |