summaryrefslogtreecommitdiff
path: root/svx/inc/svx/svdorect.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-05-21 10:11:51 +0200
committerDaniel Rentz <dr@openoffice.org>2010-05-21 10:11:51 +0200
commit36bbd6d57e843d558ee89a59ea990d3afadda718 (patch)
tree0bd24ba46b24a776f7f40e3e55689804e6847cb0 /svx/inc/svx/svdorect.hxx
parent9e090f35c699eb8fcec6ba0d385bd76b76c744b5 (diff)
parentff494dca2e13bfb2cc35b7d65a178e6093af9842 (diff)
npower13_objectmodules: rebase and merge with DEV300_m78
Diffstat (limited to 'svx/inc/svx/svdorect.hxx')
-rw-r--r--svx/inc/svx/svdorect.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/svx/inc/svx/svdorect.hxx b/svx/inc/svx/svdorect.hxx
index 79a8293883..b817b8e98f 100644
--- a/svx/inc/svx/svdorect.hxx
+++ b/svx/inc/svx/svdorect.hxx
@@ -51,19 +51,14 @@ namespace sdr { namespace properties {
class SVX_DLLPUBLIC SdrRectObj : public SdrTextObj
{
private:
- // BaseProperties section
- virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
-
// to allow sdr::properties::RectangleProperties access to SetXPolyDirty()
friend class sdr::properties::RectangleProperties;
-
- // DrawContact section
-private:
- virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact();
-
friend class SdrTextObj; // wg SetXPolyDirty bei GrowAdjust
protected:
+ virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact();
+ virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties();
+
XPolygon* mpXPoly;
protected: