summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namemgrtable.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-24 17:59:28 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-24 18:39:08 +0100
commitf2931c64d804bf63970bdb9fedf5e57f79a7a3a7 (patch)
tree3053dd15c0c830777bbfab40ffd648529c7405ab /sc/source/ui/inc/namemgrtable.hxx
parentc497ae0ded79422ec54ff8677e8a7c36351a7aef (diff)
ManageNames: moving the header separator now updates the table too
Diffstat (limited to 'sc/source/ui/inc/namemgrtable.hxx')
-rw-r--r--sc/source/ui/inc/namemgrtable.hxx2
1 files changed, 2 insertions, 0 deletions
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<ScRangeNameLine> GetSelectedEntries();
+
+ DECL_LINK( HeaderEndDragHdl, void*);
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */