From 204e3eb3813524bf21aae58a76f54f29b969e9ed Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 3 Dec 2012 00:43:04 +0100 Subject: ugly hack to avoid virtual method in Window Change-Id: I7ffc13167f5ecbfe3afab6451e1ef52e81130d48 --- vcl/inc/vcl/window.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vcl/inc') diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx index 9ba556ce9507..6eabe159200b 100644 --- a/vcl/inc/vcl/window.hxx +++ b/vcl/inc/vcl/window.hxx @@ -811,7 +811,10 @@ public: */ sal_Bool IsInModalMode() const; - virtual bool IsInRefMode() const; + /** + * Necessary for calc ref input handling from modal dialogs + */ + bool IsInModalNonRefMode() const; void SetActivateMode( sal_uInt16 nMode ); sal_uInt16 GetActivateMode() const; -- cgit v1.2.3