summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-10-18 16:28:08 +0100
committerAndras Timar <andras.timar@collabora.com>2017-10-26 11:18:57 +0200
commit4356afe13c4d5ecf080b09eb38c99ee5fd09bf73 (patch)
treeea49a5f02b399d60bd02faaa4a6fd500affdcbd0 /svx/source
parent31426d61ef42df7f58610490656e4b36bad91778 (diff)
Resolves: tdf#113214 change back to previous entry after 'more' is dispatcher
Change-Id: Ic5bd5f9182e47c6dfdab8fcd6399ffc482a4fb6a Reviewed-on: https://gerrit.libreoffice.org/43512 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 7ff293f2d2793b30f30d2f499b332e5329d4ddb4) Reviewed-on: https://gerrit.libreoffice.org/43518 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 91a2e5f1193d6b20d871f2b8a3467a1301ca3f81)
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 02012d508c3f..c5d4b78fa476 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -454,6 +454,8 @@ void SvxStyleBox_Impl::Select()
pViewFrm->ShowChildWindow( SID_SIDEBAR );
::sfx2::sidebar::Sidebar::ShowPanel("StyleListPanel",
pViewFrm->GetFrame().GetFrameInterface());
+ //tdf#113214 change text back to previous entry
+ SetText(GetSavedValue());
bDoIt = false;
}
}