diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 09:51:00 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 09:51:00 +0000 |
commit | 6fe4eb66aa555532bd5860da9e222c829f78c1fe (patch) | |
tree | 9197cf4b04f6cdfa03e8a08b9e6cfd383629b66d /svx/source/sdr | |
parent | e7b831fde3388ef0c9012d6645cd46180d4738c6 (diff) |
INTEGRATION: CWS aw019 (1.3.350); FILE MERGED
2004/09/28 15:53:12 aw 1.3.350.1: #i11190#
Diffstat (limited to 'svx/source/sdr')
-rw-r--r-- | svx/source/sdr/properties/emptyproperties.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/sdr/properties/emptyproperties.cxx b/svx/source/sdr/properties/emptyproperties.cxx index 6f7703160bb4..b12f2df1791a 100644 --- a/svx/source/sdr/properties/emptyproperties.cxx +++ b/svx/source/sdr/properties/emptyproperties.cxx @@ -2,9 +2,9 @@ * * $RCSfile: emptyproperties.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-02-26 17:48:04 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 10:51:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,7 +130,7 @@ namespace sdr { if(!mpEmptyItemSet) { - ((EmptyProperties*)this)->mpEmptyItemSet = &(((EmptyProperties*)this)->CreateObjectSpecificItemSet(*GetSdrObject().GetItemPool())); + ((EmptyProperties*)this)->mpEmptyItemSet = &(((EmptyProperties*)this)->CreateObjectSpecificItemSet(*GetSdrObject().GetObjectItemPool())); } DBG_ASSERT(mpEmptyItemSet, "Could not create an SfxItemSet(!)"); @@ -196,13 +196,13 @@ namespace sdr return 0L; } - void EmptyProperties::PreProcessSave() - { - } +//BFS01 void EmptyProperties::PreProcessSave() +//BFS01 { +//BFS01 } - void EmptyProperties::PostProcessSave() - { - } +//BFS01 void EmptyProperties::PostProcessSave() +//BFS01 { +//BFS01 } } // end of namespace properties } // end of namespace sdr |