[Libreoffice-commits] core.git: include/basegfx
Tor Lillqvist
tml at iki.fi
Wed Aug 14 04:40:26 PDT 2013
include/basegfx/matrix/b2dhommatrixtools.hxx | 2 +-
include/basegfx/polygon/b2dpolypolygontools.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 554765b1eeade83b8b2ce537787ae4becde4d9b0
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Aug 14 14:37:26 2013 +0300
Add BASEGFX_DLLPUBLIC hoping to fix Windows build
Change-Id: I821a51c65e4596516081e5f4b96283616056b60d
diff --git a/include/basegfx/matrix/b2dhommatrixtools.hxx b/include/basegfx/matrix/b2dhommatrixtools.hxx
index 39682c0..3f95beb 100644
--- a/include/basegfx/matrix/b2dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b2dhommatrixtools.hxx
@@ -129,7 +129,7 @@ namespace basegfx
}
/// special for the case to map from source range to target range
- B2DHomMatrix createSourceRangeTargetRangeTransform(
+ BASEGFX_DLLPUBLIC B2DHomMatrix createSourceRangeTargetRangeTransform(
const B2DRange& rSourceRange,
const B2DRange& rTargetRange);
diff --git a/include/basegfx/polygon/b2dpolypolygontools.hxx b/include/basegfx/polygon/b2dpolypolygontools.hxx
index 092294e..1d138a0 100644
--- a/include/basegfx/polygon/b2dpolypolygontools.hxx
+++ b/include/basegfx/polygon/b2dpolypolygontools.hxx
@@ -237,7 +237,7 @@ namespace basegfx
/** returns true if the Polygon only contains horizontal or vertical edges
so that it could be represented by RegionBands
*/
- bool containsOnlyHorizontalAndVerticalEdges(const B2DPolyPolygon& rCandidate);
+ BASEGFX_DLLPUBLIC bool containsOnlyHorizontalAndVerticalEdges(const B2DPolyPolygon& rCandidate);
} // end of namespace tools
} // end of namespace basegfx
More information about the Libreoffice-commits
mailing list