diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-31 11:15:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-31 14:16:54 +0000 |
commit | b57f978104ab72592d047b0188191d5c78c24220 (patch) | |
tree | 4c28f6e77f3b17cb9bfdb4427bc75bb85d5ac78f /vcl/inc | |
parent | 5f8fdb3f250441c7d225c494b7d418448d5fe658 (diff) |
support cursor-visible property
Change-Id: I2dfb2fa16c64035ef529cec650df7e4bd9c80483
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/vclmedit.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/vcl/vclmedit.hxx b/vcl/inc/vcl/vclmedit.hxx index 0264b4a77b87..bdc5e256412b 100644 --- a/vcl/inc/vcl/vclmedit.hxx +++ b/vcl/inc/vcl/vclmedit.hxx @@ -138,6 +138,8 @@ public: void SetTextSelectable( sal_Bool bTextSelectable ); void EnableCursor( sal_Bool bEnable ); + + virtual bool set_property(const rtl::OString &rKey, const rtl::OString &rValue); }; inline sal_uLong VclMultiLineEdit::IsUpdateDataEnabled() const |