summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/richstring.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/richstring.hxx')
-rw-r--r--sc/source/filter/inc/richstring.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/inc/richstring.hxx b/sc/source/filter/inc/richstring.hxx
index 3db609828a86..46f564b9150a 100644
--- a/sc/source/filter/inc/richstring.hxx
+++ b/sc/source/filter/inc/richstring.hxx
@@ -33,8 +33,7 @@ namespace com::sun::star {
namespace oox { class SequenceInputStream; }
-namespace oox {
-namespace xls {
+namespace oox::xls {
/** Contains text data and font attributes for a part of a rich formatted string. */
class RichStringPortion : public WorkbookHelper
@@ -261,8 +260,7 @@ private:
typedef std::shared_ptr< RichString > RichStringRef;
-} // namespace xls
-} // namespace oox
+} // namespace oox::xls
#endif