summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/swabstdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 4ea4085f387e..621ac8cd666f 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -113,6 +113,7 @@ class AbstractInsFootNoteDlg : public VclAbstractDialog
protected:
virtual ~AbstractInsFootNoteDlg() override = default;
public:
+ virtual void Apply() = 0;
virtual OUString GetFontName() = 0;
virtual bool IsEndNote() = 0;
virtual OUString GetStr() = 0;