summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dbdocfun.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 19:33:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 19:33:41 +0000
commit15fefaea121f20f3bc93dab4457f57381202502c (patch)
treeeb2946d78b8e1014222b0bfb02b202f4ace8d13e /sc/source/ui/inc/dbdocfun.hxx
parent87686e0e0a02e15d992cc3341e08a61c6958544e (diff)
INTEGRATION: CWS dialogdiet (1.4.300); FILE MERGED
2003/11/28 15:38:14 mba 1.4.300.1: #i22972#: SbxSelectionList moved to sc
Diffstat (limited to 'sc/source/ui/inc/dbdocfun.hxx')
-rw-r--r--sc/source/ui/inc/dbdocfun.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx
index adb261edc88e..4ecfaa42bd72 100644
--- a/sc/source/ui/inc/dbdocfun.hxx
+++ b/sc/source/ui/inc/dbdocfun.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbdocfun.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: er $ $Date: 2002-08-08 13:02:16 $
+ * last change: $Author: hr $ $Date: 2004-02-03 20:33:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,6 +95,16 @@ namespace com { namespace sun { namespace star {
} } }
// ---------------------------------------------------------------------------
+// -----------------------------------------------------------------
+class SbaSelectionList: public List , public SvRefBase
+{
+public:
+ SbaSelectionList():
+ List(CONTAINER_MAXBLOCKSIZE,100,100){}
+};
+
+SV_DECL_IMPL_REF(SbaSelectionList)
+
class ScDBDocFunc
{