summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-20 13:28:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-21 11:42:24 +0200
commitdc2598b7b45638847ac81c1b53bdbe43e5acef19 (patch)
treeb8b4efce05de0a873cf900619c48c17b4be1bb53 /sc
parentc7de8233d15ed0c90fef6c49a54d60cf10119f58 (diff)
loplugin:unnecessaryvirtual
Change-Id: Ibf396e5431d30cb62f086fa723b88c330c18961b Reviewed-on: https://gerrit.libreoffice.org/36771 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/scuiimoptdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx
index 76fa5deb9693..7b0ec78987a1 100644
--- a/sc/source/ui/inc/scuiimoptdlg.hxx
+++ b/sc/source/ui/inc/scuiimoptdlg.hxx
@@ -39,8 +39,8 @@ public:
virtual ~ScImportOptionsDlg() override;
virtual void dispose() override;
- virtual void GetImportOptions( ScImportOptions& rOptions ) const;
- virtual void SaveImportOptions() const;
+ void GetImportOptions( ScImportOptions& rOptions ) const;
+ void SaveImportOptions() const;
virtual OString GetScreenshotId() const override;
private: