From 8f703221a0dcc772a6d5f6087c77747c7759d16d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 10 Apr 2014 11:24:39 +0200 Subject: Clean up function declarations and some unused functions Change-Id: Ic720aa7b30bbe56d67e0b65f3e047ad3ae521a97 --- include/svx/sdr/table/tablecontroller.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit