summaryrefslogtreecommitdiffstats
path: root/basegfx/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/inc')
-rw-r--r--basegfx/source/inc/hommatrixtemplate.hxx7
-rw-r--r--basegfx/source/inc/stringconversiontools.hxx7
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