App/DocumentObserver: make slot methods unimplemented rather pure-virtual and clenup derived classes accordingly
This commit is contained in:
committed by
wmayer
parent
546603a287
commit
c30aeb06c1
@@ -42,24 +42,6 @@ SheetObserver::SheetObserver(App::Document * document, PropertySheet *_sheet)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Unimplemented.
|
||||
*
|
||||
*/
|
||||
|
||||
void SheetObserver::slotCreatedDocument(const App::Document &Doc)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Unimplemented.
|
||||
*
|
||||
*/
|
||||
|
||||
void SheetObserver::slotDeletedDocument(const App::Document &Doc)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Invalidate cells that depend on this document object.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user