diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 12:49:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 12:49:12 +0000 |
commit | 855c57e19d51e4956b080093db7788653affe97e (patch) | |
tree | 8f94150016625f514fc5d3d7e9dc72fe1590806d | |
parent | e3ad1b0475abfd0b33d6449f2ee1222c2efcdac2 (diff) |
INTEGRATION: CWS sj09 (1.2.8); FILE MERGED
2004/07/28 12:31:20 sj 1.2.8.1: solved problems with default properties
-rw-r--r-- | svx/inc/svx/sdr/properties/customshapeproperties.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/inc/svx/sdr/properties/customshapeproperties.hxx b/svx/inc/svx/sdr/properties/customshapeproperties.hxx index 73d42232e5d6..da5cd29fcce0 100644 --- a/svx/inc/svx/sdr/properties/customshapeproperties.hxx +++ b/svx/inc/svx/sdr/properties/customshapeproperties.hxx @@ -2,9 +2,9 @@ * * $RCSfile: customshapeproperties.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-04-02 14:01:21 $ + * last change: $Author: hr $ $Date: 2004-10-12 13:49:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,6 +95,11 @@ namespace sdr virtual void ClearObjectItemDirect(const sal_uInt16 nWhich = 0); public: + + // force default attributes for a specific object type, called from + // DefaultProperties::GetObjectItemSet() if a new ItemSet is created + virtual void ForceDefaultAttributes(); + // basic constructor CustomShapeProperties(SdrObject& rObj); |