summaryrefslogtreecommitdiff
path: root/svtools/source/table/tabledatawindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/table/tabledatawindow.cxx')
-rw-r--r--svtools/source/table/tabledatawindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/table/tabledatawindow.cxx b/svtools/source/table/tabledatawindow.cxx
index d4fd7cd3becd..a295b2e3241b 100644
--- a/svtools/source/table/tabledatawindow.cxx
+++ b/svtools/source/table/tabledatawindow.cxx
@@ -175,7 +175,7 @@ namespace svt { namespace table
}
- bool TableDataWindow::Notify(NotifyEvent& rNEvt )
+ bool TableDataWindow::EventNotify(NotifyEvent& rNEvt )
{
bool bDone = false;
if ( rNEvt.GetType() == MouseNotifyEvent::COMMAND )
@@ -190,7 +190,7 @@ namespace svt { namespace table
}
}
}
- return bDone || Window::Notify( rNEvt );
+ return bDone || Window::EventNotify( rNEvt );
}
}} // namespace svt::table