summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/xepivot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xepivot.hxx')
-rw-r--r--sc/source/filter/inc/xepivot.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/inc/xepivot.hxx b/sc/source/filter/inc/xepivot.hxx
index 8d9cd54770c1..7cdc3892bb26 100644
--- a/sc/source/filter/inc/xepivot.hxx
+++ b/sc/source/filter/inc/xepivot.hxx
@@ -45,7 +45,7 @@ public:
explicit XclExpPCItem( sal_Int16 nValue );
explicit XclExpPCItem( bool bValue );
- inline sal_uInt16 GetTypeFlag() const { return mnTypeFlag; }
+ sal_uInt16 GetTypeFlag() const { return mnTypeFlag; }
bool EqualsText( const OUString& rText ) const;
bool EqualsDouble( double fValue ) const;
@@ -79,7 +79,7 @@ public:
void SetGroupChildField( const XclExpPCField& rChildField );
/** Returns the name of this cache field. */
- inline const OUString& GetFieldName() const { return maFieldInfo.maName; }
+ const OUString& GetFieldName() const { return maFieldInfo.maName; }
/** Returns the number of visible items of this field. */
sal_uInt16 GetItemCount() const;
@@ -164,12 +164,12 @@ public:
const ScDPObject& rDPObj, sal_uInt16 nListIdx );
/** Returns true, if the cache has been constructed successfully. */
- inline bool IsValid() const { return mbValid; }
+ bool IsValid() const { return mbValid; }
/** Returns true, if the item index list will be written. */
bool HasItemIndexList() const;
/** Returns the list index of the cache used in pivot table records. */
- inline sal_uInt16 GetCacheIndex() const { return mnListIdx; }
+ sal_uInt16 GetCacheIndex() const { return mnListIdx; }
/** Returns the number of pivot cache fields. */
sal_uInt16 GetFieldCount() const;
@@ -327,7 +327,7 @@ public:
const XclExpPCField* GetCacheField( sal_uInt16 nCacheIdx ) const;
/** Returns the output range of the pivot table. */
- inline SCTAB GetScTab() const { return mnOutScTab; }
+ SCTAB GetScTab() const { return mnOutScTab; }
/** Returns a pivot table field by its name. */
const XclExpPTField* GetField( sal_uInt16 nFieldIdx ) const;