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 f3bc3daf4821..083d434bfd58 100644
--- a/sc/source/filter/inc/pivottablebuffer.hxx
+++ b/sc/source/filter/inc/pivottablebuffer.hxx
@@ -152,7 +152,7 @@ public:
const css::uno::Reference< css::sheet::XDataPilotDescriptor >& rxDPDesc);
/** Returns the name of the DataPilot field in the fields collection. */
- inline const OUString& getDPFieldName() const { return maDPFieldName; }
+ const OUString& getDPFieldName() const { return maDPFieldName; }
/** Converts dimension and other settings for a row field. */
void convertRowField();