| commit | f3fc3a57f14b3bb9bbe86c88183c9586ef860376 | [log] |
|---|---|---|
| author | Zheng Fan <zhengfan@apache.org> | Mon Apr 22 04:17:31 2013 +0000 |
| committer | Michael Meeks <michael.meeks@suse.com> | Mon May 20 11:33:14 2013 +0100 |
| tree | 36ea8ffe3dd9c85715086542dc98299983c98f11 | |
| parent | 243b75e82ee845774e0ca8f18db5d28a0ccc7619 [diff] |
Resolves: #i122054# for change the drop down list issue (cherry picked from commit 07c075acd60e93962c785d066c84f2a80a47e958) Change-Id: Ide6bdd5177298a345bed90af68a24e0edcda1cd1
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index ff26838..b68c7fd 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
@@ -369,12 +369,14 @@ void ParaPropertyPanel::EndSpacingPopupMode (void) void ParaPropertyPanel::EndBulletsPopupMode (void) { //maUnderlinePopup.Hide(); //i122054, Missed following line, for collapse the bullets popup maBulletsPopup.Hide(); } void ParaPropertyPanel::EndNumberingPopupMode (void) { //maUnderlinePopup.Hide(); //i122054, Missed following line, for collapse the numbering popup maNumberingPopup.Hide(); }