diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-09-22 14:12:07 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-09-26 14:18:41 +0200 |
commit | 8e7897588d7185ef1964e8120669c1de3d1ce734 (patch) | |
tree | 8f48598670a5dc22703371943c05789d60b9a07d /compilerplugins | |
parent | 0b4135ec9945ea627318ecf5fccc4b7d0940ff0d (diff) |
Rename the basegfx::tools namespace to basegfx::utils
Reduce potential confusion with the global tools namespace. Will
hopefully make it possible to remove the annoying initial :: when
referring to the global tools namespace. Unless we have even more
tools subnamespaces somewhere.
Thorsten said it was OK.
Change-Id: Id088dfe8f4244cb79df9aa988995b31a1758c996
Reviewed-on: https://gerrit.libreoffice.org/42644
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/fpcomparison.cxx | 4 | ||||
-rw-r--r-- | compilerplugins/clang/unusedmethods.unused-returns.results | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/compilerplugins/clang/fpcomparison.cxx b/compilerplugins/clang/fpcomparison.cxx index f85dba05cd1e..f1b833659c43 100644 --- a/compilerplugins/clang/fpcomparison.cxx +++ b/compilerplugins/clang/fpcomparison.cxx @@ -107,11 +107,11 @@ bool FpComparison::ignore(FunctionDecl* function) || dc.Function("lok_approxEqual").AnonymousNamespace().GlobalNamespace() // libreofficekit/source/gtk/lokdocview.cxx // These might need fixing: - || (dc.Function("getSmallestDistancePointToPolygon").Namespace("tools") + || (dc.Function("getSmallestDistancePointToPolygon").Namespace("utils") .Namespace("basegfx").GlobalNamespace()) // basegfx/source/polygon/b2dpolygontools.cxx || (dc.Function("getSmallestDistancePointToPolyPolygon") - .Namespace("tools").Namespace("basegfx").GlobalNamespace()) + .Namespace("utils").Namespace("basegfx").GlobalNamespace()) // basegfx/source/polygon/b2dpolypolygontools.cxx || dc.Function("performTest").Namespace("bridge_test").GlobalNamespace() // testtools/source/bridgetest/bridgetest.cxx diff --git a/compilerplugins/clang/unusedmethods.unused-returns.results b/compilerplugins/clang/unusedmethods.unused-returns.results index 8af384f43f06..1dbaac85bda1 100644 --- a/compilerplugins/clang/unusedmethods.unused-returns.results +++ b/compilerplugins/clang/unusedmethods.unused-returns.results @@ -66,7 +66,7 @@ include/basegfx/point/b3dpoint.hxx:85 class basegfx::B3DPoint & basegfx::B3DPoint::operator*=(const class basegfx::B3DPoint &) include/basegfx/point/b3dpoint.hxx:95 class basegfx::B3DPoint & basegfx::B3DPoint::operator*=(double) -include/basegfx/tools/unopolypolygon.hxx:91 +include/basegfx/utils/unopolypolygon.hxx:91 const class basegfx::B2DPolyPolygon & basegfx::unotools::UnoPolyPolygon::getPolyPolygonUnsafe() const include/basegfx/tuple/b2i64tuple.hxx:92 const long & basegfx::B2I64Tuple::operator[](int) const |