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:
@@ -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
|
||||
|
Reference in New Issue
Block a user