diff options
author | Christian Lippka <cl@openoffice.org> | 2001-03-08 10:38:56 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-03-08 10:38:56 +0000 |
commit | a324fe2d0287a625db2af92e6c32aefee3530035 (patch) | |
tree | b05c54dbec9825ed1c3dfdcf972f009777368428 /svx/source/inc | |
parent | 14472b554bc8151d513e84b1c9ccecbab7b18c08 (diff) |
changed LineStart and LineEnd property to PolyPolygonBezier
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/unopolyhelper.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/inc/unopolyhelper.hxx b/svx/source/inc/unopolyhelper.hxx index 5efb778332f4..ca556c85ff4a 100644 --- a/svx/source/inc/unopolyhelper.hxx +++ b/svx/source/inc/unopolyhelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unopolyhelper.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: cl $ $Date: 2001-02-23 21:26:48 $ + * last change: $Author: cl $ $Date: 2001-03-08 11:37:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,12 +74,12 @@ class XPolygon; /** convert a drawing::PolyPolygonBezierCoords to a XPolygon */ -void ImplSvxConvertPolyPolygonBezierToXPolygon( const com::sun::star::drawing::PolyPolygonBezierCoords* pSourcePolyPolygon, XPolygon& rNewPolygon ) +void SvxConvertPolyPolygonBezierToXPolygon( const com::sun::star::drawing::PolyPolygonBezierCoords* pSourcePolyPolygon, XPolygon& rNewPolygon ) throw( com::sun::star::lang::IllegalArgumentException ); /** convert a XPolygon to a drawing::PolyPolygonBezierCoords */ -void ImplSvxConvertXPolygonToPolyPolygonBezier( const XPolygon& rPolygon, com::sun::star::drawing::PolyPolygonBezierCoords& rRetval ) +void SvxConvertXPolygonToPolyPolygonBezier( const XPolygon& rPolygon, com::sun::star::drawing::PolyPolygonBezierCoords& rRetval ) throw(); #endif |