summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 22:16:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 22:16:13 +0000
commit90d1d0a6a0e45b3c20119b01eabed9df125f7d67 (patch)
treec741dde35ec51b4fc24eda2ad507fde932bdb5e0 /svx
parentad70e14a4a3253a1c9335f85b265aa0b81484188 (diff)
INTEGRATION: CWS impress143 (1.5.58); FILE MERGED
2008/05/28 08:28:46 sj 1.5.58.1: #i85649# added user defined path for connector objects
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/svdoashp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/svx/svdoashp.hxx b/svx/inc/svx/svdoashp.hxx
index 7a5f0c7f3892..948edc1eb3ca 100644
--- a/svx/inc/svx/svdoashp.hxx
+++ b/svx/inc/svx/svdoashp.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: svdoashp.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -107,8 +107,7 @@ private:
// #i37011# render geometry shadow
SdrObject* mpLastShadowGeometry;
- SVX_DLLPRIVATE com::sun::star::uno::Reference< com::sun::star::drawing::XCustomShapeEngine > GetCustomShapeEngine( const SdrObjCustomShape* pCustomShape ) const;
- SVX_DLLPRIVATE basegfx::B2DPolyPolygon GetLineGeometry( const SdrObjCustomShape* pCustomShape, const sal_Bool bBezierAllowed ) const;
+ static SVX_DLLPRIVATE com::sun::star::uno::Reference< com::sun::star::drawing::XCustomShapeEngine > GetCustomShapeEngine( const SdrObjCustomShape* pCustomShape );
// SVX_DLLPRIVATE com::sun::star::uno::Sequence< com::sun::star::uno::Reference< com::sun::star::drawing::XCustomShapeHandle > >
// SdrObjCustomShape::GetInteraction( const SdrObjCustomShape* pCustomShape ) const;
@@ -137,6 +136,7 @@ public:
const SdrObject* GetSdrObjectShadowFromCustomShape() const;
const sal_Bool GetTextBounds( Rectangle& rTextBound ) const;
const sal_Bool IsTextPath() const;
+ static SVX_DLLPRIVATE basegfx::B2DPolyPolygon GetLineGeometry( const SdrObjCustomShape* pCustomShape, const sal_Bool bBezierAllowed );
protected: