summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-06-04 16:13:06 +0100
committerDavid Tardon <dtardon@redhat.com>2013-06-24 13:12:38 +0000
commitbf69b76ee8e16069ca6d6a1782e7610ef784aa4b (patch)
tree1a48de29722ef532bccb92708c5a525887fa7595 /include
parent6fd7c667db057571ce1fa9c2fbc4a78161227f5a (diff)
Related: fdo#66105 clip message box dialogs to some reasonable widths
(cherry picked from commit 19a2685ec04bd6ce882d4dd08d24c7248cf99a84) Change-Id: I7fc179865306ba5b593b090b1fdb8971ba6bd508 Reviewed-on: https://gerrit.libreoffice.org/4480 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/vclmedit.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/vclmedit.hxx b/include/vcl/vclmedit.hxx
index 63caa3b4c352..e3fdfc54b522 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;