summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-22 11:34:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-22 12:44:50 +0000
commitfd22e36ff53c448d1d7831b0ac66ecc29621ff9e (patch)
treeda2ac18341ac6cedbbea49cd032fb2f5345b1988 /include/svl
parent5f8eb78d994e1329b9524a709480b71fa862ff6a (diff)
loplugin:unnecessaryvirtual
Change-Id: I7b1aa65a557f3855939ad8b183bba8ff656946f8 Reviewed-on: https://gerrit.libreoffice.org/29173 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/style.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index 794322da11b2..62b4afaf2558 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -100,7 +100,7 @@ protected:
public:
// returns the internal name of this style
- virtual const OUString& GetName() const;
+ const OUString& GetName() const;
// sets the internal name of this style.
//