diff options
author | mb93783 <mb93783@macpro-dev1> | 2009-11-04 15:39:48 +0100 |
---|---|---|
committer | mb93783 <mb93783@macpro-dev1> | 2009-11-04 15:39:48 +0100 |
commit | af8010c7940390659ade046f54b51d53fadeaad2 (patch) | |
tree | 969b38d87d5fb48608792e98bb7e8e2a258dff8e /xmlsecurity | |
parent | acaa9c4bff0dcbd9cc893cdbbb1373409d2d9f63 (diff) |
#i106432#, #i103496#: some fixes found while building on more platforms
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index b4df02bb2e78..7f7c60c6c6ee 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx @@ -99,7 +99,7 @@ namespace }; void SaveODFItem::Commit() {} -void SaveODFItem::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& aPropertyNames ) {} +void SaveODFItem::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {} SaveODFItem::SaveODFItem(): utl::ConfigItem(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Office.Common/Save"))), m_nODF(0) |