summaryrefslogtreecommitdiff
path: root/toolkit/source/helper/unowrapper.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 13:28:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 13:28:36 +0000
commit4c3a75f0b49189f487a5c846b8dc757993beb6f3 (patch)
tree5a2ea78b2f31652f0a04d0d2cc9f62830909c916 /toolkit/source/helper/unowrapper.cxx
parentba69093dce6d3c6a61e0e0f912721ddf1569a0a2 (diff)
INTEGRATION: CWS updchk06 (1.29.98); FILE MERGED
2007/06/08 06:54:56 dv 1.29.98.1: #i70588# Added support for autovscroll and painttransparent to edit
Diffstat (limited to 'toolkit/source/helper/unowrapper.cxx')
-rw-r--r--toolkit/source/helper/unowrapper.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx
index a97d27810368..91c9257bdc50 100644
--- a/toolkit/source/helper/unowrapper.cxx
+++ b/toolkit/source/helper/unowrapper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unowrapper.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 15:16:54 $
+ * last change: $Author: rt $ $Date: 2007-07-06 14:28:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,6 +89,7 @@ using namespace ::com::sun::star;
case WINDOW_NUMERICFIELD:
case WINDOW_CURRENCYFIELD: return new VCLXNumericField;
case WINDOW_DATEFIELD: return new VCLXDateField;
+ case WINDOW_MULTILINEEDIT:
case WINDOW_EDIT: return new VCLXEdit;
case WINDOW_METRICFIELD: return new VCLXSpinField;
case WINDOW_MESSBOX: