summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlpivot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xlpivot.hxx')
-rw-r--r--sc/source/filter/inc/xlpivot.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xlpivot.hxx b/sc/source/filter/inc/xlpivot.hxx
index 07f059a71aa8..601cd2f7c9a7 100644
--- a/sc/source/filter/inc/xlpivot.hxx
+++ b/sc/source/filter/inc/xlpivot.hxx
@@ -387,8 +387,6 @@ public:
/** Sets the item to 'boolean' type and adds the passed Boolean value. */
void SetBool( bool bValue );
- /** Returns the current item type. */
- inline XclPCItemType GetType() const { return meType; }
/** Returns the text representation of the item. */
inline const OUString& ConvertToText() const { return maText; }