summaryrefslogtreecommitdiff
path: root/sc/inc/dpsdbtab.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2000-10-19 14:29:41 +0000
committerEike Rathke <er@openoffice.org>2000-10-19 14:29:41 +0000
commit59b7bde14d10ea976f47771355ad13cb67673530 (patch)
treef9331679286e456641e0f6a1c591cff465708947 /sc/inc/dpsdbtab.hxx
parent20ca3082fb5cffb4d8347a6ba81cddf98490cb37 (diff)
create number formatter with service manager
Diffstat (limited to 'sc/inc/dpsdbtab.hxx')
-rw-r--r--sc/inc/dpsdbtab.hxx19
1 files changed, 16 insertions, 3 deletions
diff --git a/sc/inc/dpsdbtab.hxx b/sc/inc/dpsdbtab.hxx
index f45d2cc7547e..69d132a8f448 100644
--- a/sc/inc/dpsdbtab.hxx
+++ b/sc/inc/dpsdbtab.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dpsdbtab.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:48 $
+ * last change: $Author: er $ $Date: 2000-10-19 15:23:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,16 @@
#ifndef SC_DPSDBTAB_HXX
#define SC_DPSDBTAB_HXX
+#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
+#include <com/sun/star/uno/Reference.hxx>
+#endif
+
+namespace com { namespace sun { namespace star {
+ namespace lang {
+ class XMultiServiceFactory;
+ }
+}}}
+
#ifndef SC_DPTABDAT_HXX
#include "dptabdat.hxx"
#endif
@@ -96,7 +106,10 @@ private:
void InitAllColumnEntries();
public:
- ScDatabaseDPData( const ScImportSourceDesc& rImport );
+ ScDatabaseDPData(
+ ::com::sun::star::uno::Reference<
+ ::com::sun::star::lang::XMultiServiceFactory > xSMgr,
+ const ScImportSourceDesc& rImport );
virtual ~ScDatabaseDPData();
virtual long GetColumnCount();