[Libreoffice-commits] .: xmlsecurity/source

Noel Power noelp at kemper.freedesktop.org
Fri May 27 02:42:50 PDT 2011


 xmlsecurity/source/dialogs/stbcontrl.cxx |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

New commits:
commit ccb1f20ecbc392ead216f8e52692add33ee02ba2
Author: Luke Petrolekas <luke.petrolekas at gmail.com>
Date:   Thu May 26 18:42:13 2011 -0400

    Simply the code.

diff --git a/xmlsecurity/source/dialogs/stbcontrl.cxx b/xmlsecurity/source/dialogs/stbcontrl.cxx
index 68729ad..f506439 100644
--- a/xmlsecurity/source/dialogs/stbcontrl.cxx
+++ b/xmlsecurity/source/dialogs/stbcontrl.cxx
@@ -95,13 +95,7 @@ void XmlSecStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eState,
 void XmlSecStatusBarControl::Command( const CommandEvent& rCEvt )
 {
     // can / has to be done when integrated in Office!
-//	if( rCEvt.GetCommand() == .... )
-    if( false )
-    {
-//		GetBindings().GetDispatcher()->Execute( SID_PSZ_FUNCTION, SFX_CALLMODE_RECORD, &aItem, 0L );
-    }
-    else
-        SfxStatusBarControl::Command( rCEvt );
+    SfxStatusBarControl::Command( rCEvt );
 }
 
 void XmlSecStatusBarControl::Paint( const UserDrawEvent& rUsrEvt )


More information about the Libreoffice-commits mailing list