summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapivottable.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-07 10:04:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-07 10:04:48 +0000
commit28a72d9abdfc73ce8329903efde26ae2d456c15e (patch)
treeeb8e8a7e50cd640d2677972d0d0698d3b3193016 /sc/source/ui/vba/vbapivottable.hxx
parentcb4008156438a18b5abe766c7f97c49ce91bad8f (diff)
INTEGRATION: CWS npower8 (1.2.4); FILE MERGED
2007/07/18 13:46:47 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#
Diffstat (limited to 'sc/source/ui/vba/vbapivottable.hxx')
-rw-r--r--sc/source/ui/vba/vbapivottable.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sc/source/ui/vba/vbapivottable.hxx b/sc/source/ui/vba/vbapivottable.hxx
index 8a7233e79188..a0bfc8e5947a 100644
--- a/sc/source/ui/vba/vbapivottable.hxx
+++ b/sc/source/ui/vba/vbapivottable.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vbapivottable.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-04-25 16:09:57 $
+ * last change: $Author: vg $ $Date: 2007-12-07 10:59:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,16 +39,19 @@
#include <com/sun/star/sheet/XDataPilotTable.hpp>
#include <org/openoffice/excel/XPivotTable.hpp>
#include "vbahelper.hxx"
+#include "vbahelperinterface.hxx"
-typedef ::cppu::WeakImplHelper1<oo::excel::XPivotTable > PivotTableImpl_BASE;
+typedef InheritedHelperInterfaceImpl1< oo::excel::XPivotTable > PivotTableImpl_BASE;
class ScVbaPivotTable : public PivotTableImpl_BASE
{
- css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::Reference< css::sheet::XDataPilotTable > m_xTable;
public:
ScVbaPivotTable( const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::sheet::XDataPilotTable >& xTable );
virtual css::uno::Reference< oo::excel::XPivotCache > SAL_CALL PivotCache( ) throw (css::uno::RuntimeException);
+ // XHelperInterface
+ virtual rtl::OUString& getServiceImplName();
+ virtual css::uno::Sequence<rtl::OUString> getServiceNames();
};
#endif //SC_VBA_PIVOTTABLE_HXX