summaryrefslogtreecommitdiff
path: root/include/svx/svdsob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdsob.hxx')
-rw-r--r--include/svx/svdsob.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/svdsob.hxx b/include/svx/svdsob.hxx
index 976165b09da1..510087c1914a 100644
--- a/include/svx/svdsob.hxx
+++ b/include/svx/svdsob.hxx
@@ -41,11 +41,6 @@ public:
memset(aData, bInitVal ? 0xFF : 0x00, sizeof(aData));
}
- bool operator==(const SetOfByte& rCmpSet) const
- {
- return (memcmp(aData, rCmpSet.aData, sizeof(aData)) == 0);
- }
-
bool operator!=(const SetOfByte& rCmpSet) const
{
return (memcmp(aData, rCmpSet.aData, sizeof(aData))!=0);
@@ -87,7 +82,6 @@ public:
bool IsEmpty() const;
void operator&=(const SetOfByte& r2ndSet);
- void operator|=(const SetOfByte& r2ndSet);
// initialize this set with a uno sequence of sal_Int8
void PutValue(const css::uno::Any & rAny);