diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-12-03 19:58:27 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-12-03 20:15:02 +0100 |
commit | 3e3f729cd668aa241345166f1046a8f0dd9ac83b (patch) | |
tree | a42ecfd6dadef6db0bafe47a1fa99fc074e78fb4 /sc/source/ui/inc/namemgrtable.hxx | |
parent | 62ec7f9e824ed1c17f01beaf8f4cec3b76b3aae9 (diff) |
correctly select new entry after returning from Define Names
Diffstat (limited to 'sc/source/ui/inc/namemgrtable.hxx')
-rw-r--r-- | sc/source/ui/inc/namemgrtable.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/namemgrtable.hxx b/sc/source/ui/inc/namemgrtable.hxx index bbbcab60bd41..69bc102bfb1a 100644 --- a/sc/source/ui/inc/namemgrtable.hxx +++ b/sc/source/ui/inc/namemgrtable.hxx @@ -83,6 +83,7 @@ public: void addEntry( const ScRangeNameLine& rLine ); void DeleteSelectedEntries(); + void SetEntry( const ScRangeNameLine& rLine ); void GetCurrentLine(ScRangeNameLine& rLine); bool IsMultiSelection(); |