diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-15 17:41:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-15 17:41:03 +0200 |
commit | cb7563e8ea46bbe04249fd37e03f69cf391b5a73 (patch) | |
tree | dc8a7815f32d1ab42ccc713f3eecd016f86d8ec4 /chart2 | |
parent | ed6c042d20cbe8245b5e830b714f0bf75e478adf (diff) |
-Werror,-Wunused-private-field
Change-Id: I936ddbabb22e3dc16080ef0b11d585ea98442e57
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/DataBrowser.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowser.hxx b/chart2/source/controller/dialogs/DataBrowser.hxx index 1a02f3468d38..febd028a67de 100644 --- a/chart2/source/controller/dialogs/DataBrowser.hxx +++ b/chart2/source/controller/dialogs/DataBrowser.hxx @@ -171,7 +171,6 @@ private: ::svt::CellControllerRef m_rTextEditController; Link<DataBrowser*,void> m_aCursorMovedHdlLink; - Link<DataBrowser*,void> m_aCellModifiedLink; void clearHeaders(); void RenewTable(); |