summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorLuke Petrolekas <luke.petrolekas@gmail.com>2011-05-26 18:42:13 -0400
committerNoel Power <noel.power@novell.com>2011-05-27 10:42:30 +0100
commit58120f8e30ad265ff60255abafeea6519321e897 (patch)
treeebd14079f2e6d6336360d36efc4c2c99f8dec08f /xmlsecurity
parent2416f13b348533b70942387cd40796b073968f05 (diff)
Simply the code.
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/dialogs/stbcontrl.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/xmlsecurity/source/dialogs/stbcontrl.cxx b/xmlsecurity/source/dialogs/stbcontrl.cxx
index 125ca1590068..db5e970ce406 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 )