summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sdabstdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx
index 28600632a422..204e6cb1b85b 100644
--- a/sd/inc/sdabstdlg.hxx
+++ b/sd/inc/sdabstdlg.hxx
@@ -164,9 +164,9 @@ public:
class AbstractHeaderFooterDialog : public VclAbstractDialog
{
public:
- virtual void ApplyToAll( TabPage* pPage ) = 0;
- virtual void Apply( TabPage* pPage ) = 0;
- virtual void Cancel( TabPage* pPage ) = 0;
+ virtual void ApplyToAll() = 0;
+ virtual void Apply() = 0;
+ virtual void Cancel() = 0;
};
//---------------------------------------------------------