[Libreoffice-commits] core.git: Branch 'feature/SOSAW080' - basegfx/source include/basegfx

Armin Le Grand (CIB) Armin.Le.Grand at cib.de
Sat Mar 17 23:25:48 UTC 2018


 basegfx/source/matrix/b3dhommatrixtools.cxx  |    2 +-
 include/basegfx/matrix/b3dhommatrixtools.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a52b172f01c38d8943a368f764902e9a05746fe9
Author: Armin Le Grand <Armin.Le.Grand at cib.de (CIB)>
Date:   Sun Mar 18 00:24:37 2018 +0100

    SOSAW080: Corrected constructor
    
    Change-Id: Ic1b5ed3c99bc7219a0061e4ece24ea42afd2889a

diff --git a/basegfx/source/matrix/b3dhommatrixtools.cxx b/basegfx/source/matrix/b3dhommatrixtools.cxx
index e1349df7d97a..677c978545ee 100755
--- a/basegfx/source/matrix/b3dhommatrixtools.cxx
+++ b/basegfx/source/matrix/b3dhommatrixtools.cxx
@@ -24,7 +24,7 @@ namespace basegfx
     namespace utils
     {
         B3DHomMatrix UnoHomogenMatrixToB3DHomMatrix(
-            const com::sun::star::drawing::HomogenMatrix rMatrixIn)
+            const com::sun::star::drawing::HomogenMatrix& rMatrixIn)
         {
             B3DHomMatrix aRetval;
 
diff --git a/include/basegfx/matrix/b3dhommatrixtools.hxx b/include/basegfx/matrix/b3dhommatrixtools.hxx
index 1d4247579690..3c5e8e83ffc2 100755
--- a/include/basegfx/matrix/b3dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b3dhommatrixtools.hxx
@@ -32,7 +32,7 @@ namespace basegfx
            B3DHomMatrix. drawing::HomogenMatrix4 is not used by OOo
          */
         BASEGFX_DLLPUBLIC B3DHomMatrix UnoHomogenMatrixToB3DHomMatrix(
-            const com::sun::star::drawing::HomogenMatrix rMatrixIn);
+            const com::sun::star::drawing::HomogenMatrix& rMatrixIn);
 
         BASEGFX_DLLPUBLIC void B3DHomMatrixToUnoHomogenMatrix(
             const B3DHomMatrix& rMatrixIn,


More information about the Libreoffice-commits mailing list