diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-10 11:24:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-10 11:24:39 +0200 |
commit | 8f703221a0dcc772a6d5f6087c77747c7759d16d (patch) | |
tree | a48bcb91cd5fcf002c8b1662cef92c0acd81ce9a /include/svx/sdr/table | |
parent | 492c1da6be6ed7950bb58bd860748b81b52e7264 (diff) |
Clean up function declarations and some unused functions
Change-Id: Ic720aa7b30bbe56d67e0b65f3e047ad3ae521a97
Diffstat (limited to 'include/svx/sdr/table')
-rw-r--r-- | include/svx/sdr/table/tablecontroller.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/sdr/table/tablecontroller.hxx b/include/svx/sdr/table/tablecontroller.hxx index 0ffe6c2b2afa..1550bc4c7771 100644 --- a/include/svx/sdr/table/tablecontroller.hxx +++ b/include/svx/sdr/table/tablecontroller.hxx @@ -170,6 +170,8 @@ private: sal_uLong mnUpdateEvent; }; +rtl::Reference< sdr::SelectionController > CreateTableController( SdrObjEditView* pView, const SdrObject* pObj, const rtl::Reference< sdr::SelectionController >& xRefController ); + } } #endif // INCLUDED_SVX_SDR_TABLE_TABLECONTROLLER_HXX |