summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdovirt.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2000-11-07 11:58:28 +0000
committerArmin Weiss <aw@openoffice.org>2000-11-07 11:58:28 +0000
commite5792a543882192de16a919c2613aec528fcabb7 (patch)
tree5dcef74e470398cf7dc407554bde13bfad503553 /svx/source/svdraw/svdovirt.cxx
parent34ab32ed9007910842c06bd45a339dfe44d3cb7b (diff)
3D values which were members of the 3D objects before are
implemented als items now. Some corrections and fixes for the prior change from SetItems to ItemSets.
Diffstat (limited to 'svx/source/svdraw/svdovirt.cxx')
-rw-r--r--svx/source/svdraw/svdovirt.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdovirt.cxx b/svx/source/svdraw/svdovirt.cxx
index 4d29285c37b1..a6aa6e08cee9 100644
--- a/svx/source/svdraw/svdovirt.cxx
+++ b/svx/source/svdraw/svdovirt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdovirt.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: aw $ $Date: 2000-11-01 13:27:31 $
+ * last change: $Author: aw $ $Date: 2000-11-07 12:58:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -613,6 +613,17 @@ SfxItemSet* SdrVirtObj::CreateNewItemSet(SfxItemPool& rPool)
}
////////////////////////////////////////////////////////////////////////////////////////////////////
+// pre- and postprocessing for objects for saving
+
+void SdrVirtObj::PreSave()
+{
+}
+
+void SdrVirtObj::PostSave()
+{
+}
+
+////////////////////////////////////////////////////////////////////////////////////////////////////
SfxStyleSheet* SdrVirtObj::GetStyleSheet() const
{