Remove unused function
Change-Id: I0d6f0d8a7ef851ef7ba1653d87db6a5bdbfb6d94
This commit is contained in:
@@ -199,13 +199,6 @@ namespace svl { namespace undo { namespace impl
|
|||||||
|
|
||||||
struct SVL_DLLPRIVATE NotifyUndoListener : public ::std::unary_function< SfxUndoListener*, void >
|
struct SVL_DLLPRIVATE NotifyUndoListener : public ::std::unary_function< SfxUndoListener*, void >
|
||||||
{
|
{
|
||||||
NotifyUndoListener()
|
|
||||||
:m_notificationMethod( NULL )
|
|
||||||
,m_altNotificationMethod( NULL )
|
|
||||||
,m_sActionComment()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod )
|
NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod )
|
||||||
:m_notificationMethod( i_notificationMethod )
|
:m_notificationMethod( i_notificationMethod )
|
||||||
,m_altNotificationMethod( NULL )
|
,m_altNotificationMethod( NULL )
|
||||||
|
Reference in New Issue
Block a user