summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/commentsbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/commentsbuffer.hxx')
-rw-r--r--sc/source/filter/inc/commentsbuffer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/commentsbuffer.hxx b/sc/source/filter/inc/commentsbuffer.hxx
index e2d9f3255ac5..9884b164d7a6 100644
--- a/sc/source/filter/inc/commentsbuffer.hxx
+++ b/sc/source/filter/inc/commentsbuffer.hxx
@@ -24,8 +24,7 @@
#include "worksheethelper.hxx"
#include <com/sun/star/awt/Rectangle.hpp>
-namespace oox {
-namespace xls {
+namespace oox::xls {
struct CommentModel
{
@@ -88,8 +87,7 @@ private:
CommentVector maComments;
};
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif