summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/Context.cxx')
-rw-r--r--sfx2/source/sidebar/Context.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/sidebar/Context.cxx b/sfx2/source/sidebar/Context.cxx
index 9baf30b07777..082eaf2c2fc3 100644
--- a/sfx2/source/sidebar/Context.cxx
+++ b/sfx2/source/sidebar/Context.cxx
@@ -68,12 +68,6 @@ sal_Int32 Context::EvaluateMatch (
return NoMatch;
}
-bool Context::operator== (const Context& rOther) const
-{
- return msApplication.equals(rOther.msApplication)
- && msContext.equals(rOther.msContext);
-}
-
bool Context::operator!= (const Context& rOther) const
{
return ( ! msApplication.equals(rOther.msApplication))