mark methods as stub where appropriate
Hopefully this will allow us to track methods we don't or can't implement ( although we let them actually exectute ) Change-Id: I53c74054ffea6cfa8e45aa4583f51c03f33991ee
This commit is contained in:
@@ -158,6 +158,7 @@ void SAL_CALL ScVbaUserForm::setVisible( sal_Bool bVisible ) throw (uno::Runtime
|
||||
void SAL_CALL
|
||||
ScVbaUserForm::RePaint( ) throw (uno::RuntimeException)
|
||||
{
|
||||
// #STUB
|
||||
// do nothing
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user