diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-09 19:51:40 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-09 19:51:50 +0100 |
commit | 44ddc302e8b34767029bbf5df0f9236b2765f5ae (patch) | |
tree | d9a6c5883462f38eee2d03997933ba6843514c01 /xmlsecurity | |
parent | ed105e9e1032269cfa6af76fc4aae222c5f446c2 (diff) |
Remove some dead code
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/dialogs/stbcontrl.cxx | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/xmlsecurity/source/dialogs/stbcontrl.cxx b/xmlsecurity/source/dialogs/stbcontrl.cxx index 19a8cc675622..efca713975e4 100644 --- a/xmlsecurity/source/dialogs/stbcontrl.cxx +++ b/xmlsecurity/source/dialogs/stbcontrl.cxx @@ -37,49 +37,13 @@ #include <sfx2/module.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/objsh.hxx> - #include <svl/eitem.hxx> - - #include <xmlsecurity/stbcontrl.hxx> #define PAINT_OFFSET 5 SFX_IMPL_STATUSBAR_CONTROL( XmlSecStatusBarControl, SfxBoolItem ); -/* -class FunctionPopup_Impl : public PopupMenu -{ -public: - FunctionPopup_Impl( USHORT nCheck ); - - USHORT GetSelected() const { return nSelected; } - -private: - USHORT nSelected; - - virtual void Select(); -}; - -// ----------------------------------------------------------------------- - -FunctionPopup_Impl::FunctionPopup_Impl( USHORT nCheck ) : - PopupMenu( ResId( RID_SVXMNU_PSZ_FUNC, DIALOG_MGR() ) ), - nSelected( 0 ) -{ - if (nCheck) - CheckItem( nCheck ); -} - -// ----------------------------------------------------------------------- - -void FunctionPopup_Impl::Select() -{ - nSelected = GetCurItemId(); -} -*/ - - struct XmlSecStatusBarControl::XmlSecStatusBarControl_Impl { @@ -96,7 +60,6 @@ XmlSecStatusBarControl::XmlSecStatusBarControl( USHORT _nId, StatusBar& _rStb, S ,mpImpl( new XmlSecStatusBarControl_Impl ) { mpImpl->mbSigned = false; -// pImp->maImage = Image( ResId( RID_SVXBMP_POSITION, DIALOG_MGR() ) ); } XmlSecStatusBarControl::~XmlSecStatusBarControl() |