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();
}