diff options
Diffstat (limited to 'sc/source/ui/inc/consdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/consdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/consdlg.hxx b/sc/source/ui/inc/consdlg.hxx index 8692f919b523..51e432588b88 100644 --- a/sc/source/ui/inc/consdlg.hxx +++ b/sc/source/ui/inc/consdlg.hxx @@ -48,7 +48,7 @@ public: virtual bool IsRefInputMode() const { return true; } virtual void SetActive(); - virtual sal_Bool Close(); + virtual bool Close(); protected: virtual void Deactivate(); |