summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/extlstcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/extlstcontext.hxx')
-rw-r--r--sc/source/filter/inc/extlstcontext.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/extlstcontext.hxx b/sc/source/filter/inc/extlstcontext.hxx
index 4c7b697299e8..7793437a6c55 100644
--- a/sc/source/filter/inc/extlstcontext.hxx
+++ b/sc/source/filter/inc/extlstcontext.hxx
@@ -24,8 +24,7 @@ namespace oox { class AttributeList; }
namespace oox::xls { class WorkbookFragment; }
namespace oox::xls { class WorksheetFragment; }
-namespace oox {
-namespace xls {
+namespace oox::xls {
class ExtCfRuleContext : public WorksheetContextBase
{
@@ -134,8 +133,7 @@ protected:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
};
-} //namespace xls
-} //namespace oox
+} //namespace oox::xls
#endif