diff options
author | Andrew Higginson <at.higginsonAtgmail.com> | 2012-04-10 12:43:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-10 12:49:49 +0100 |
commit | 8a3aae9b694deb2b41157509e84815a5b7fb7655 (patch) | |
tree | 330c03bb0b312ac25f3ac7174261eedc9f6a642c /svtools/inc | |
parent | 65cf853589958a51a3a30f6e03dc578c01c320bc (diff) |
Resolves: fdo#31022 about dialog is suboptimal
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/svmedit.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/inc/svtools/svmedit.hxx b/svtools/inc/svtools/svmedit.hxx index ffa54438258a..f0d30d16dc4b 100644 --- a/svtools/inc/svtools/svmedit.hxx +++ b/svtools/inc/svtools/svmedit.hxx @@ -141,6 +141,8 @@ public: GetComponentInterface(sal_Bool bCreate = sal_True); void DisableSelectionOnFocus(); + + void SetTextSelectable( sal_Bool bTextSelectable ); }; inline sal_uLong MultiLineEdit::IsUpdateDataEnabled() const |