diff options
Diffstat (limited to 'include/basegfx/matrix/b3dhommatrixtools.hxx')
-rw-r--r-- | include/basegfx/matrix/b3dhommatrixtools.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/basegfx/matrix/b3dhommatrixtools.hxx b/include/basegfx/matrix/b3dhommatrixtools.hxx index 6b65d24603f2..ec83f2c3eb5b 100644 --- a/include/basegfx/matrix/b3dhommatrixtools.hxx +++ b/include/basegfx/matrix/b3dhommatrixtools.hxx @@ -33,11 +33,10 @@ namespace basegfx::utils B3DHomMatrix. drawing::HomogenMatrix4 is not used by OOo */ BASEGFX_DLLPUBLIC B3DHomMatrix -UnoHomogenMatrixToB3DHomMatrix(const com::sun::star::drawing::HomogenMatrix& rMatrixIn); +UnoHomogenMatrixToB3DHomMatrix(const css::drawing::HomogenMatrix& rMatrixIn); -BASEGFX_DLLPUBLIC void -B3DHomMatrixToUnoHomogenMatrix(const B3DHomMatrix& rMatrixIn, - com::sun::star::drawing::HomogenMatrix& rMatrixOut); +BASEGFX_DLLPUBLIC void B3DHomMatrixToUnoHomogenMatrix(const B3DHomMatrix& rMatrixIn, + css::drawing::HomogenMatrix& rMatrixOut); } // end of namespace basegfx::tools |