diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-04 16:13:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-04 16:14:27 +0100 |
commit | 19a2685ec04bd6ce882d4dd08d24c7248cf99a84 (patch) | |
tree | 9eb3f88551c71a225976a71e05061753a68f1e84 /include | |
parent | a166e609822c1ef10d2cf92d75c288e875f480e6 (diff) |
clip message box dialogs to some reasonable widths
Change-Id: I7fc179865306ba5b593b090b1fdb8971ba6bd508
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/vclmedit.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx index 5b64bbbed4f7..a9ba11693704 100644 --- a/include/vcl/vclmedit.hxx +++ b/include/vcl/vclmedit.hxx @@ -81,6 +81,8 @@ public: virtual void SetMaxTextLen( xub_StrLen nMaxLen = 0 ); virtual xub_StrLen GetMaxTextLen() const; + void SetMaxTextWidth( sal_uLong nMaxWidth ); + virtual void SetSelection( const Selection& rSelection ); virtual const Selection& GetSelection() const; |