diff options
Diffstat (limited to 'sfx2/source/sidebar/Context.cxx')
-rw-r--r-- | sfx2/source/sidebar/Context.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/Context.cxx b/sfx2/source/sidebar/Context.cxx index 2452dd63aeb0..b2bfd68a3791 100644 --- a/sfx2/source/sidebar/Context.cxx +++ b/sfx2/source/sidebar/Context.cxx @@ -22,7 +22,7 @@ #define AnyApplicationName "any" #define AnyContextName "any" -namespace sfx2 { namespace sidebar { +namespace sfx2::sidebar { const sal_Int32 Context::NoMatch = 4; const sal_Int32 Context::ApplicationWildcardMatch = 1; @@ -80,6 +80,6 @@ bool Context::operator!= (const Context& rOther) const || ( msContext != rOther.msContext); } -} } // end of namespace sfx2::sidebar +} // end of namespace sfx2::sidebar /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |