summaryrefslogtreecommitdiff
path: root/svl/source/undo/undo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/undo/undo.cxx')
-rw-r--r--svl/source/undo/undo.cxx7
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 )