summaryrefslogtreecommitdiff
path: root/include/svx/sdrmasterpagedescriptor.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-13 10:58:54 +0200
committerNoel Grandin <noel@peralex.com>2016-01-13 12:16:23 +0200
commit139c2e8cbde7e176d184c46583d1b78ef851515a (patch)
tree1df9c43c20ceaf4a461d9291e7359ddfde129adb /include/svx/sdrmasterpagedescriptor.hxx
parent6cbf151fa91ce50f7b1582c6e502a4474ba54b8e (diff)
loplugin:unusedmethods unused return value in include/svx
Change-Id: I9a5e937905fd71ecbbf9cb215ff6cc2b7defc6f3
Diffstat (limited to 'include/svx/sdrmasterpagedescriptor.hxx')
-rw-r--r--include/svx/sdrmasterpagedescriptor.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/sdrmasterpagedescriptor.hxx b/include/svx/sdrmasterpagedescriptor.hxx
index a13cea3e5aac..2469e078f85b 100644
--- a/include/svx/sdrmasterpagedescriptor.hxx
+++ b/include/svx/sdrmasterpagedescriptor.hxx
@@ -74,10 +74,6 @@ namespace sdr
const SetOfByte& GetVisibleLayers() const { return maVisibleLayers; }
void SetVisibleLayers(const SetOfByte& rNew);
- // operators
- bool operator==(const MasterPageDescriptor& rCandidate) const;
- bool operator!=(const MasterPageDescriptor& rCandidate) const;
-
const SdrPageProperties* getCorrectSdrPageProperties() const;
};
} // end of namespace sdr