summaryrefslogtreecommitdiff
path: root/include/vcl/edit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/edit.hxx')
-rw-r--r--include/vcl/edit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx
index aecb918efc77..c78ea3ad18c3 100644
--- a/include/vcl/edit.hxx
+++ b/include/vcl/edit.hxx
@@ -205,7 +205,7 @@ public:
void SetInsertMode( bool bInsert );
bool IsInsertMode() const;
- virtual void SetMaxTextLen( sal_Int32 nMaxLen = EDIT_NOLIMIT );
+ virtual void SetMaxTextLen( sal_Int32 nMaxLen );
virtual sal_Int32 GetMaxTextLen() const { return mnMaxTextLen; }
void SetWidthInChars(sal_Int32 nWidthInChars);