summaryrefslogtreecommitdiff
path: root/basegfx/source/matrix/b2dhommatrixtools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/matrix/b2dhommatrixtools.cxx')
-rw-r--r--basegfx/source/matrix/b2dhommatrixtools.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/source/matrix/b2dhommatrixtools.cxx b/basegfx/source/matrix/b2dhommatrixtools.cxx
index 6cf751fc8b87..72256688c0b2 100644
--- a/basegfx/source/matrix/b2dhommatrixtools.cxx
+++ b/basegfx/source/matrix/b2dhommatrixtools.cxx
@@ -23,7 +23,7 @@
#include <osl/diagnose.h>
namespace basegfx::utils
- {
+{
void createSinCosOrthogonal(double& o_rSin, double& o_rCos, double fRadiant)
{
if( fTools::equalZero( fmod( fRadiant, F_PI2 ) ) )
@@ -452,6 +452,6 @@ namespace basegfx::utils
{
return B2DTuple(rMatrix.get(0, nCol), rMatrix.get(1, nCol));
}
- } // end of namespace basegfx
+} // end of namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */