diff options
author | gamebusterz <gamebusterz2@gmail.com> | 2015-02-21 00:46:20 +0530 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-02-20 21:25:49 +0000 |
commit | 1d85cf3504f5dcbbf0ae017eee47fc5a302a2739 (patch) | |
tree | 65d578a83fb0e00b4485247344072912f87ef81f /sfx2/source/sidebar/Context.cxx | |
parent | 5bd8dcd45cb37b093e526c929ff9e3f382b8a758 (diff) |
tdf Removed redundant blank lines in sfx2/source/sidebar (Now one line gap)
Change-Id: I603967833df03c1073b7bcac86da59b28a2835f0
Reviewed-on: https://gerrit.libreoffice.org/14569
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sfx2/source/sidebar/Context.cxx')
-rw-r--r-- | sfx2/source/sidebar/Context.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/sidebar/Context.cxx b/sfx2/source/sidebar/Context.cxx index 3639be1f112b..630c8dbae39a 100644 --- a/sfx2/source/sidebar/Context.cxx +++ b/sfx2/source/sidebar/Context.cxx @@ -34,7 +34,6 @@ Context::Context (void) { } - Context::Context ( const ::rtl::OUString& rsApplication, const ::rtl::OUString& rsContext) @@ -43,7 +42,6 @@ Context::Context ( { } - sal_Int32 Context::EvaluateMatch ( const Context& rOther) const { @@ -62,22 +60,18 @@ 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)) || ( ! msContext.equals(rOther.msContext)); } - } } // end of namespace sfx2::sidebar /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |