summaryrefslogtreecommitdiff
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-14 17:51:41 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-03-14 17:51:41 -0400
commitbb06798a8681ba4e62c8e1e7be916e2655db5cae (patch)
treef670d49750c61582ddd89500cdad6f38b703b2be /sc/inc/scabstdlg.hxx
parent6f0b90c0f97796d0406ff737f6d4fa36da011c77 (diff)
More stupid build fixes.
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 6eea3204ab53..bbbe7ce0737b 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -54,7 +54,7 @@ class ScQueryItem;
class ScImportOptions;
class SfxStyleSheetBase;
class ScDPObject;
-struct ScPivotFuncData;
+struct ScDPFuncData;
struct ScDPNumGroupInfo;
class ScTabViewShell;
@@ -425,12 +425,12 @@ public:
virtual AbstractScDPFunctionDlg * CreateScDPFunctionDlg( Window* pParent, int nId,
const ScDPLabelDataVector& rLabelVec,
const ScDPLabelData& rLabelData,
- const ScPivotFuncData& rFuncData ) = 0;
+ const ScDPFuncData& rFuncData ) = 0;
virtual AbstractScDPSubtotalDlg * CreateScDPSubtotalDlg( Window* pParent, int nId,
ScDPObject& rDPObj,
const ScDPLabelData& rLabelData,
- const ScPivotFuncData& rFuncData,
+ const ScDPFuncData& rFuncData,
const ScDPNameVec& rDataFields,
bool bEnableLayout ) = 0;