summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:03:04 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:03:04 +0000
commitd33e6518b51251ed0e200bca2156d68d6fa06a0f (patch)
tree8c8fab198a36facd1a7a1aad3ff1ce7c1aab0310
parentaf17db0a663b981c82a7a87ca18470f68eb79c0d (diff)
INTEGRATION: CWS awtfixes1 (1.3.122); FILE MERGED
2007/11/29 19:03:02 fridrich_strba 1.3.122.2: RESYNC: (1.3-1.4); FILE MERGED 2007/08/17 13:52:57 mmeeks 1.3.122.1: Issue number: i#80754# Submitted by: mmeeks Start of virtual method for sizing ...
-rw-r--r--vcl/inc/vcl/edit.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/inc/vcl/edit.hxx b/vcl/inc/vcl/edit.hxx
index fcffaeacc365..4a5c6eb2734e 100644
--- a/vcl/inc/vcl/edit.hxx
+++ b/vcl/inc/vcl/edit.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: edit.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2007-09-26 15:05:23 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 13:03:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -256,6 +256,7 @@ public:
AutocompleteAction GetAutocompleteAction() const { return meAutocompleteAction; }
virtual Size CalcMinimumSize() const;
+ virtual Size GetOptimalSize(WindowSizeType eType) const;
virtual Size CalcSize( USHORT nChars ) const;
virtual xub_StrLen GetMaxVisChars() const;