summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 12:06:47 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 12:06:47 +0200
commit7618302b9c15580c1e00af042c586837f6f0bb0f (patch)
tree0df2f3617c4287f786ee042c57c34cd5906de243 /starmath/inc
parent315c06d79256ddcc50c4817a2c93c161a01c9f8d (diff)
loplugin:unnecessaryoverride in sd/starmath
Change-Id: I5a9d776af761fcaed7a6961e151feb38fc6353ed
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/dialog.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index f5a5621980dc..047f1157515f 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -238,10 +238,7 @@ public:
virtual void dispose() override;
void ReadFrom(const SmFormat &rFormat);
- void WriteTo (SmFormat &rFormat) /*const*/;
-
- // Window
- virtual void DataChanged( const DataChangedEvent &rEvt ) override;
+ void WriteTo (SmFormat &rFormat);
};