summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/pivottablebuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/pivottablebuffer.hxx')
-rw-r--r--sc/source/filter/inc/pivottablebuffer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/pivottablebuffer.hxx b/sc/source/filter/inc/pivottablebuffer.hxx
index da208ffdd54a..a94e35dc26a6 100644
--- a/sc/source/filter/inc/pivottablebuffer.hxx
+++ b/sc/source/filter/inc/pivottablebuffer.hxx
@@ -346,7 +346,7 @@ public:
/** Returns the source column index of the pivot field with the passed index, or -1. */
sal_Int32 getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const;
- ScDPObject* getDPObject();
+ ScDPObject* getDPObject() { return mpDPObject; }
private:
typedef RefVector< PivotTableField > PivotTableFieldVector;