include/basegfx/range/b2drange.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d95dab5c7fcc030886b9d7b7e9ba910422536223
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Sat Mar 28 19:21:10 2020 +0100
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Wed Apr 1 12:32:30 2020 +0200

    basegfx: export B2DRange operator*=
    
    Change-Id: Ia2e72e6650b14d5d024b65b1261876885cf1b05a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91308
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>
    (cherry picked from commit c44e2f95603866aca7c71ee9b066c5088745381c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91448
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/include/basegfx/range/b2drange.hxx 
b/include/basegfx/range/b2drange.hxx
index 00eab63d1472..a599fd03fe93 100644
--- a/include/basegfx/range/b2drange.hxx
+++ b/include/basegfx/range/b2drange.hxx
@@ -292,7 +292,7 @@ namespace basegfx
             This means that the range will grow evtl. when a shear and/or 
rotation
             is part of the transformation.
         */
-        B2DRange& operator*=( const ::basegfx::B2DHomMatrix& rMat );
+        BASEGFX_DLLPUBLIC B2DRange& operator*=( const ::basegfx::B2DHomMatrix& 
rMat );
 
         /** Get a range filled with (0.0, 0.0, 1.0, 1.0) */
         static const B2DRange& getUnitB2DRange();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to