diff options
Diffstat (limited to 'include/oox/dump/dffdumper.hxx')
-rw-r--r-- | include/oox/dump/dffdumper.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/oox/dump/dffdumper.hxx b/include/oox/dump/dffdumper.hxx index 632650d466a1..e129b0a7f0fa 100644 --- a/include/oox/dump/dffdumper.hxx +++ b/include/oox/dump/dffdumper.hxx @@ -27,8 +27,7 @@ namespace oox { class BinaryInputStream; } -namespace oox { -namespace dump { +namespace oox::dump { class DffStreamObject final : public SequenceRecordObjectBase @@ -57,8 +56,7 @@ private: }; -} // namespace dump -} // namespace oox +} // namespace oox::dump #endif #endif |