Author: zhengfan
Date: Mon Apr 22 05:17:31 2013
New Revision: 1470387

URL: http://svn.apache.org/r1470387
Log:
i122054, for change the drop down list issue

Modified:
    openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx

Modified: 
openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx?rev=1470387&r1=1470386&r2=1470387&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx 
(original)
+++ openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx 
Mon Apr 22 05:17:31 2013
@@ -381,12 +381,14 @@ void ParaPropertyPanel::EndSpacingPopupM
 
 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();
 }
 
 


Reply via email to