[Libreoffice-commits] .: 2 commits - forms/qa xmlsecurity/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Wed Feb 9 10:51:45 PST 2011


 forms/qa/makefile.mk                     |    2 -
 xmlsecurity/source/dialogs/stbcontrl.cxx |   37 -------------------------------
 2 files changed, 1 insertion(+), 38 deletions(-)

New commits:
commit eeeb9819259b2bbc99dbac9082fbde0cdefd3d44
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Feb 9 19:51:40 2011 +0100

    Remove some dead code

diff --git a/xmlsecurity/source/dialogs/stbcontrl.cxx b/xmlsecurity/source/dialogs/stbcontrl.cxx
index ee726d8..ca0b628 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()
commit 596d7646b77b800fa4a3dd3294c8e823ebc21705
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Feb 9 14:20:32 2011 +0100

    make test -> make check

diff --git a/forms/qa/makefile.mk b/forms/qa/makefile.mk
index 6bfdaee..60768df 100644
--- a/forms/qa/makefile.mk
+++ b/forms/qa/makefile.mk
@@ -65,7 +65,7 @@ ALL: 	ALLDEP
 
 .INCLUDE :  target.mk
 
-test:
+check:
     echo $(SOLARBINDIR)
 
 show_targets:


More information about the Libreoffice-commits mailing list