diff options
Diffstat (limited to 'sc/source/ui/inc/inputwin.hxx')
-rw-r--r-- | sc/source/ui/inc/inputwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx index 1c5d5b73962f..93c0611cf384 100644 --- a/sc/source/ui/inc/inputwin.hxx +++ b/sc/source/ui/inc/inputwin.hxx @@ -194,7 +194,7 @@ private: virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override; private: - void FillRangeNames(); + void FillRangeNames(bool initialize = false); void FillFunctions(); void DoEnter(); void HideTip(); |