summaryrefslogtreecommitdiff
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-01-29 14:28:08 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2010-01-29 14:28:08 +0100
commit3d41d6b157157dd55e62cf795bfba74990b79b0b (patch)
tree89e3cbcece6b746a54dd7a34fee1402f2d47681d /sc/inc/scabstdlg.hxx
parentd10477ee1ad60b8c8a47b89358108e860b58b15e (diff)
parentddea1bbc63a2a08b8c546f8cb1bf833671342f11 (diff)
CWS-TOOLING: integrate CWS koheidatapilot03
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 94084aab4f1b..ba62b9a5de06 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -238,7 +238,7 @@ class AbstractScDPSubtotalDlg : public VclAbstractDialog //add for ScDPSubtotal
{
public:
virtual USHORT GetFuncMask() const = 0;
- virtual void FillLabelData( LabelData& rLabelData ) const = 0;
+ virtual void FillLabelData( ScDPLabelData& rLabelData ) const = 0;
};
class AbstractScDPNumGroupDlg : public VclAbstractDialog