diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 12:55:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 18:06:55 +0200 |
commit | 0178e36bc0328bf26fc5d811921e6362a4d2d6d5 (patch) | |
tree | 53ba8e1299e8d52bb6ab17323abfbab89251fecb /basegfx | |
parent | cca705ad5fee40483bc6c709c713d66954a185b2 (diff) |
compact namespace: basegfx,canvas
Change-Id: Idc808459b403bcdcccbd86b73dd22b424e507c8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98897
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/inc/hommatrixtemplate.hxx | 7 | ||||
-rw-r--r-- | basegfx/source/inc/stringconversiontools.hxx | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx index 6213d61f2e29..d6531da3a8d3 100644 --- a/basegfx/source/inc/hommatrixtemplate.hxx +++ b/basegfx/source/inc/hommatrixtemplate.hxx @@ -27,9 +27,7 @@ #include <memory> -namespace basegfx -{ - namespace internal +namespace basegfx::internal { inline double implGetDefaultValue(sal_uInt16 nRow, sal_uInt16 nColumn) @@ -523,8 +521,7 @@ namespace basegfx } }; - } // namespace internal -} // namespace basegfx +} // namespace basegfx::internal #endif // INCLUDED_BASEGFX_SOURCE_INC_HOMMATRIXTEMPLATE_HXX diff --git a/basegfx/source/inc/stringconversiontools.hxx b/basegfx/source/inc/stringconversiontools.hxx index ed554a1efcdf..f50d33bdb90a 100644 --- a/basegfx/source/inc/stringconversiontools.hxx +++ b/basegfx/source/inc/stringconversiontools.hxx @@ -22,9 +22,7 @@ #include <sal/types.h> #include <rtl/ustring.hxx> -namespace basegfx -{ - namespace internal +namespace basegfx::internal { void skipSpaces(sal_Int32& io_rPos, const OUString& rStr, @@ -57,8 +55,7 @@ namespace basegfx const OUString& rStr, const sal_Int32 nLen); - } // namespace internal -} // namespace basegfx +} // namespace basegfx::internal #endif // INCLUDED_BASEGFX_SOURCE_INC_STRINGCONVERSIONTOOLS_HXX |