Remove SC_VBA_FIXME and SC_VBA_STUB

The one usage of SC_VBA_FIXME is replaced by OSL_TRACE directly.
This commit is contained in:
Thomas Arnhold
2011-03-13 17:40:31 +01:00
parent 8bacc347db
commit e7a1abecea
2 changed files with 1 additions and 9 deletions

View File

@@ -166,7 +166,7 @@ VbaDocumentBase::Protect( const uno::Any &aPassword ) throw (uno::RuntimeExcepti
{
rtl::OUString rPassword;
uno::Reference< util::XProtectable > xProt( getModel(), uno::UNO_QUERY_THROW );
SC_VBA_FIXME(("Workbook::Protect stub"));
OSL_TRACE("Workbook::Protect stub");
if( aPassword >>= rPassword )
xProt->protect( rPassword );
else