summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/SelectionAnalyzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/SelectionAnalyzer.cxx')
-rw-r--r--svx/source/sidebar/SelectionAnalyzer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/SelectionAnalyzer.cxx b/svx/source/sidebar/SelectionAnalyzer.cxx
index ea4fb5db2d7f..4dfe18cd07b4 100644
--- a/svx/source/sidebar/SelectionAnalyzer.cxx
+++ b/svx/source/sidebar/SelectionAnalyzer.cxx
@@ -28,7 +28,7 @@
using vcl::EnumContext;
-namespace svx { namespace sidebar {
+namespace svx::sidebar {
EnumContext::Context SelectionAnalyzer::GetContextForSelection_SC (const SdrMarkList& rMarkList)
{
@@ -476,6 +476,6 @@ bool SelectionAnalyzer::IsTextObjType (const sal_uInt16 nType)
}
-} } // end of namespace svx::sidebar
+} // end of namespace svx::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */