summaryrefslogtreecommitdiff
path: root/svtools/source/control/valueset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/valueset.cxx')
-rw-r--r--svtools/source/control/valueset.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index 58a655187e5d..fd3cc9523a43 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: valueset.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: th $ $Date: 2000-11-16 19:18:50 $
+ * last change: $Author: ka $ $Date: 2000-11-17 10:26:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1911,6 +1911,13 @@ Rectangle ValueSet::GetItemRect( USHORT nItemId ) const
// -----------------------------------------------------------------------
+void ValueSet::EnableFullItemMode( BOOL bFullMode )
+{
+ mbFullMode = bFullMode;
+}
+
+// -----------------------------------------------------------------------
+
void ValueSet::SetColCount( USHORT nNewCols )
{
if ( mnUserCols != nNewCols )