summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-24 13:15:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-24 15:40:23 +0100
commitd1d2a0bb655edc0c6b33ab8be4d6538de47329aa (patch)
treee0fc3bf4ed3651862729216b45dc75f68e231a27 /include
parentb8c3d5c48552a94c5b2fd3add270441b3490b125 (diff)
IsInModalNonRefMode just forwards to IsInModalMode now
Change-Id: I940b70648ede6239930ba36e755994e7749b2d0b
Diffstat (limited to 'include')
-rw-r--r--include/vcl/window.hxx5
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;