From 855c57e19d51e4956b080093db7788653affe97e Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 12 Oct 2004 12:49:12 +0000 Subject: INTEGRATION: CWS sj09 (1.2.8); FILE MERGED 2004/07/28 12:31:20 sj 1.2.8.1: solved problems with default properties --- svx/inc/svx/sdr/properties/customshapeproperties.hxx | 9 +++++++-- 1 file 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); -- cgit