summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptPage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/RptPage.hxx')
-rw-r--r--reportdesign/inc/RptPage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/inc/RptPage.hxx b/reportdesign/inc/RptPage.hxx
index 0ae4902119ea..a6f1683a399d 100644
--- a/reportdesign/inc/RptPage.hxx
+++ b/reportdesign/inc/RptPage.hxx
@@ -47,7 +47,7 @@ class REPORTDESIGN_DLLPUBLIC OReportPage : public SdrPage
// (BegDragObj)
void removeTempObject(SdrObject *_pToRemoveObj);
- virtual ~OReportPage();
+ virtual ~OReportPage() override;
protected:
virtual css::uno::Reference< css::uno::XInterface > createUnoPage() override;
/> -rw-r--r--hwpfilter/source/fontmap.cxx2
-rw-r--r--hwpfilter/source/fontmap.hxx29
-rw-r--r--hwpfilter/source/formula.cxx4
-rw-r--r--hwpfilter/source/grammar.cxx6
-rw-r--r--hwpfilter/source/grammar.hxx31
-rw-r--r--hwpfilter/source/hutil.cxx1
-rw-r--r--hwpfilter/source/hwpreader.cxx3
-rw-r--r--hwpfilter/source/lexer.cxx2
-rw-r--r--hwpfilter/source/lexer.hxx29
11 files changed, 101 insertions, 10 deletions
diff --git a/hwpfilter/source/attributes.cxx b/hwpfilter/source/attributes.cxx