[Libreoffice-commits] .: 2 commits - automation/source xmlsecurity/source
Caolán McNamara
caolan at kemper.freedesktop.org
Sun Jul 3 04:36:33 PDT 2011
automation/source/miniapp/servres.cxx | 6 ------
automation/source/miniapp/servres.hxx | 7 -------
xmlsecurity/source/xmlsec/saxhelper.cxx | 15 ---------------
3 files changed, 28 deletions(-)
New commits:
commit 3b4fe490441f9f77829bc6c1ae30d79a4d50255b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Jul 3 01:09:39 2011 +0100
callcatcher: unused MenuMENU_CLIENT
diff --git a/automation/source/miniapp/servres.cxx b/automation/source/miniapp/servres.cxx
index 5e10e80..a4b7a5d 100644
--- a/automation/source/miniapp/servres.cxx
+++ b/automation/source/miniapp/servres.cxx
@@ -53,10 +53,4 @@ ModalDialogGROSSER_TEST_DLG::ModalDialogGROSSER_TEST_DLG( Window * pParent, cons
if( bFreeRes ) FreeResource();
}
-MenuMENU_CLIENT::MenuMENU_CLIENT( const ResId & rResId, sal_Bool )
- : MenuBar( rResId )
-{
- // No subresources, automatic free resource
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/automation/source/miniapp/servres.hxx b/automation/source/miniapp/servres.hxx
index f000dff..318ffd8 100644
--- a/automation/source/miniapp/servres.hxx
+++ b/automation/source/miniapp/servres.hxx
@@ -55,11 +55,4 @@ public:
ModalDialogGROSSER_TEST_DLG( Window * pParent, const ResId & rResId, sal_Bool bFreeRes = sal_True );
};
-class MenuMENU_CLIENT : public MenuBar
-{
-protected:
-public:
- MenuMENU_CLIENT( const ResId & rResId, sal_Bool bFreeRes = sal_True );
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
commit 5eb1d4e5bb4be75299323e94b07c0a694297e1d9
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Jul 3 00:55:52 2011 +0100
callcatcher: unused xmlstr_to_ous
diff --git a/xmlsecurity/source/xmlsec/saxhelper.cxx b/xmlsecurity/source/xmlsec/saxhelper.cxx
index dab28ff..1af8b9e 100644
--- a/xmlsecurity/source/xmlsec/saxhelper.cxx
+++ b/xmlsecurity/source/xmlsec/saxhelper.cxx
@@ -80,21 +80,6 @@ rtl::OUString xmlchar_to_ous( const xmlChar* pChar, int length )
}
/**
- * The input parameter is NULL terminated
- */
-rtl::OUString xmlstr_to_ous( const xmlChar* pStr )
-{
- if( pStr != NULL )
- {
- return xmlchar_to_ous( pStr , xmlStrlen( pStr ) ) ;
- }
- else
- {
- return rtl::OUString() ;
- }
-}
-
-/**
* The return value and the referenced value must be NULL terminated.
* The application has the responsibilty to deallocte the return value.
*/
More information about the Libreoffice-commits
mailing list