diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/undo/undo.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx index aaa7230038f5..4b3c13143247 100644 --- a/svl/source/undo/undo.cxx +++ b/svl/source/undo/undo.cxx @@ -199,13 +199,6 @@ namespace svl { namespace undo { namespace impl struct SVL_DLLPRIVATE NotifyUndoListener : public ::std::unary_function< SfxUndoListener*, void > { - NotifyUndoListener() - :m_notificationMethod( NULL ) - ,m_altNotificationMethod( NULL ) - ,m_sActionComment() - { - } - NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod ) :m_notificationMethod( i_notificationMethod ) ,m_altNotificationMethod( NULL ) |