summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-09 19:51:40 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-09 19:51:50 +0100
commit44ddc302e8b34767029bbf5df0f9236b2765f5ae (patch)
treed9a6c5883462f38eee2d03997933ba6843514c01 /xmlsecurity/source
parented105e9e1032269cfa6af76fc4aae222c5f446c2 (diff)
Remove some dead code
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/dialogs/stbcontrl.cxx37
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()