diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-24 13:15:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-24 15:40:23 +0100 |
commit | d1d2a0bb655edc0c6b33ab8be4d6538de47329aa (patch) | |
tree | e0fc3bf4ed3651862729216b45dc75f68e231a27 /include | |
parent | b8c3d5c48552a94c5b2fd3add270441b3490b125 (diff) |
IsInModalNonRefMode just forwards to IsInModalMode now
Change-Id: I940b70648ede6239930ba36e755994e7749b2d0b
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/window.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index f1d7a92a0718..138a283f602d 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -993,11 +993,6 @@ public: */ bool IsInModalMode() const; - /** - * Necessary for calc ref input handling from modal dialogs - */ - bool IsInModalNonRefMode() const; - void SetActivateMode( sal_uInt16 nMode ); sal_uInt16 GetActivateMode() const; |