diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-08 16:48:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-08 19:52:08 +0000 |
commit | fb9908eece3076ad88c160654450d3069d28c0d8 (patch) | |
tree | 8d6cc297abb44ab0df71e0fb96dd91fb004e1078 /basegfx/source/tools | |
parent | 2a22e664811e10ca58ec66ba8fd10b1a6185c178 (diff) |
use boost::noncopyable
Diffstat (limited to 'basegfx/source/tools')
-rw-r--r-- | basegfx/source/tools/unopolypolygon.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/basegfx/source/tools/unopolypolygon.cxx b/basegfx/source/tools/unopolypolygon.cxx index 80203c2587bc..2ffaabd149c4 100644 --- a/basegfx/source/tools/unopolypolygon.cxx +++ b/basegfx/source/tools/unopolypolygon.cxx @@ -445,11 +445,6 @@ 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 ) |