summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-31 10:54:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-31 14:59:31 +0200
commitf2fb91390c443248e9c70363ef3038b1e2265e45 (patch)
tree4b02db4e28c17944985265f501af62ad9eef0c1c /include
parent8f35503fb9273843a0153084e6ec79fead301972 (diff)
loplugin:unnecessaryoverride small improvement
when we have two definitions of the same method in a straight inheritance path up our hierarchy, we were missing a warning Change-Id: Ibc0f11644c7321a0d5618024860c2503665d8835 Reviewed-on: https://gerrit.libreoffice.org/58354 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdview.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index bab4ecd10d90..a4708917de00 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -194,8 +194,6 @@ public:
/* new interface src537 */
void GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr=false) const;
- SfxStyleSheet* GetStyleSheet() const;
-
// incomplete implementation:
// OutputDevice is necessary to determine HandleSize.
// If NULL the first signed on Win is used.