summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/biffhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/biffhelper.hxx')
-rw-r--r--sc/source/filter/inc/biffhelper.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/biffhelper.hxx b/sc/source/filter/inc/biffhelper.hxx
index 9da559a23995..38e1d0438f32 100644
--- a/sc/source/filter/inc/biffhelper.hxx
+++ b/sc/source/filter/inc/biffhelper.hxx
@@ -25,8 +25,7 @@
namespace oox { class SequenceInputStream; }
-namespace oox {
-namespace xls {
+namespace oox::xls {
// BIFF12 record identifiers ==================================================
@@ -618,8 +617,7 @@ inline SequenceInputStream& operator>>( SequenceInputStream& rStrm, OUString& or
return rStrm;
}
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif