diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2012-02-08 21:02:18 +0700 |
---|---|---|
committer | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2012-02-08 21:06:51 +0700 |
commit | a330f38093e2643a26239557050561afae9ff23d (patch) | |
tree | e31e00f724c06eeeba35ea649e1dbab959fb5ec8 /basegfx/source/tools | |
parent | 344ebc80330cc4f6ff9858ab6d06735568b87bf9 (diff) |
Recover some methods needed by windows directx
This partially reverts b3c3e116ff0eb9b550b73d3901395c042e31d192
Diffstat (limited to 'basegfx/source/tools')
-rw-r--r-- | basegfx/source/tools/unopolypolygon.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basegfx/source/tools/unopolypolygon.cxx b/basegfx/source/tools/unopolypolygon.cxx index 2ffaabd149c4..80203c2587bc 100644 --- a/basegfx/source/tools/unopolypolygon.cxx +++ b/basegfx/source/tools/unopolypolygon.cxx @@ -445,6 +445,11 @@ namespace unotools return aSubsetPoly; } + B2DPolyPolygon UnoPolyPolygon::getPolyPolygonUnsafe() const + { + return maPolyPoly; + } + #define IMPLEMENTATION_NAME "gfx::internal::UnoPolyPolygon" #define SERVICE_NAME "com.sun.star.rendering.PolyPolygon2D" ::rtl::OUString SAL_CALL UnoPolyPolygon::getImplementationName() throw( uno::RuntimeException ) |