diff options
Diffstat (limited to 'sc/inc/dptabdat.hxx')
-rw-r--r-- | sc/inc/dptabdat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx index 53ff87fdc996..fe9a52ce83e9 100644 --- a/sc/inc/dptabdat.hxx +++ b/sc/inc/dptabdat.hxx @@ -99,7 +99,7 @@ public: ScDPTableData(ScDocument* pDoc); virtual ~ScDPTableData(); - OUString GetFormattedString(long nDim, const ScDPItemData& rItem) const; + OUString GetFormattedString(long nDim, const ScDPItemData& rItem, bool bLocaleIndependent) const; long GetDatePart( long nDateVal, long nHierarchy, long nLevel ); |