diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-14 14:05:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-14 14:36:09 +0000 |
commit | 01ef12d173fb2c54a49186c8eb4fa40288b82945 (patch) | |
tree | 83c5266da0d4b14b2ccc23e21b3f973c6b7f7523 /include | |
parent | e0ae7c786b8e1a2422c8c28ca3a2a35d93e018d1 (diff) |
Related: rhbz#1289394 always provide the screen area the tip applies to
this will make it easier to implement native help tips
Change-Id: I984dfadaf02e9b7bf542ba82cf070911c89cb699
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/help.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/help.hxx b/include/vcl/help.hxx index 40dfcf2e4e0e..4d226a8122f8 100644 --- a/include/vcl/help.hxx +++ b/include/vcl/help.hxx @@ -86,9 +86,6 @@ public: static bool IsBalloonHelpEnabled(); static bool ShowBalloon( vcl::Window* pParent, const Point& rScreenPos, - const OUString& rHelpText ); - static bool ShowBalloon( vcl::Window* pParent, - const Point& rScreenPos, const Rectangle&, const OUString& rHelpText ); |