From f2931c64d804bf63970bdb9fedf5e57f79a7a3a7 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 24 Nov 2011 17:59:28 +0100 Subject: ManageNames: moving the header separator now updates the table too --- sc/source/ui/inc/namemgrtable.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/source/ui/inc/namemgrtable.hxx') diff --git a/sc/source/ui/inc/namemgrtable.hxx b/sc/source/ui/inc/namemgrtable.hxx index 2795a7e2e49d..b95002ee7d53 100644 --- a/sc/source/ui/inc/namemgrtable.hxx +++ b/sc/source/ui/inc/namemgrtable.hxx @@ -77,6 +77,8 @@ public: void GetCurrentLine(ScRangeNameLine& rLine); bool IsMultiSelection(); std::vector GetSelectedEntries(); + + DECL_LINK( HeaderEndDragHdl, void*); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit