summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/ContextList.cxx
diff options
context:
space:
mode:
authorgamebusterz <gamebusterz2@gmail.com>2015-02-20 02:46:58 +0530
committerMichael Meeks <michael.meeks@collabora.com>2015-02-20 21:25:17 +0000
commit5bd8dcd45cb37b093e526c929ff9e3f382b8a758 (patch)
treee9e93b53d509a04a1548b6da8cca868a5351964b /sfx2/source/sidebar/ContextList.cxx
parent1fcaf8a37a7133f07e5b9a18c4fadf17fe914f6d (diff)
tdf#12345 Removed redundant newlines in the code
Change-Id: Id3d8b6732caf58c70315db6e706338f7dac458c2 Reviewed-on: https://gerrit.libreoffice.org/14567 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sfx2/source/sidebar/ContextList.cxx')
-rw-r--r--sfx2/source/sidebar/ContextList.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/sidebar/ContextList.cxx b/sfx2/source/sidebar/ContextList.cxx
index e1dd71169068..2a1480e0b67a 100644
--- a/sfx2/source/sidebar/ContextList.cxx
+++ b/sfx2/source/sidebar/ContextList.cxx
@@ -30,15 +30,11 @@ ContextList::ContextList (void)
}
-
-
ContextList::~ContextList (void)
{
}
-
-
const ContextList::Entry* ContextList::GetMatch (const Context& rContext) const
{
const ::std::vector<Entry>::const_iterator iEntry = FindBestMatch(rContext);
@@ -49,8 +45,6 @@ const ContextList::Entry* ContextList::GetMatch (const Context& rContext) const
}
-
-
ContextList::Entry* ContextList::GetMatch (const Context& rContext)
{
const ::std::vector<Entry>::const_iterator iEntry = FindBestMatch(rContext);
@@ -61,8 +55,6 @@ ContextList::Entry* ContextList::GetMatch (const Context& rContext)
}
-
-
::std::vector<ContextList::Entry>::const_iterator ContextList::FindBestMatch (const Context& rContext) const
{
sal_Int32 nBestMatch (Context::NoMatch);
@@ -88,8 +80,6 @@ ContextList::Entry* ContextList::GetMatch (const Context& rContext)
}
-
-
void ContextList::AddContextDescription (
const Context& rContext,
const bool bIsInitiallyVisible,
@@ -102,8 +92,6 @@ void ContextList::AddContextDescription (
}
-
-
} } // end of namespace sfx2::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */