summaryrefslogtreecommitdiff
path: root/goodies/source/base3d
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 15:09:58 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 15:09:58 +0000
commit6c052599eb5801028dd6ea6e016e2f586b4d09e5 (patch)
tree54a853a780a77ac87c2c5f31664c92c55a121815 /goodies/source/base3d
parent7fea7170fe1088b8f2f4a6fa04f18ea381621cab (diff)
INTEGRATION: CWS aw024 (1.1.1.1.258); FILE MERGED
2006/09/22 05:52:42 aw 1.1.1.1.258.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/20 04:21:52 aw 1.1.1.1.258.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/04/26 14:51:30 aw 1.1.1.1.258.1: #i39528#
Diffstat (limited to 'goodies/source/base3d')
-rw-r--r--goodies/source/base3d/matril3d.cxx22
1 files changed, 2 insertions, 20 deletions
diff --git a/goodies/source/base3d/matril3d.cxx b/goodies/source/base3d/matril3d.cxx
index 408457bd1571..e4289c57674d 100644
--- a/goodies/source/base3d/matril3d.cxx
+++ b/goodies/source/base3d/matril3d.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: matril3d.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 15:40:15 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 16:09:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -123,24 +123,6 @@ UINT16 B3dMaterial::GetShininess() const
return nExponent;
}
-void B3dMaterial::WriteData(SvStream& rOut) const
-{
- rOut << aAmbient;
- rOut << aDiffuse;
- rOut << aSpecular;
- rOut << aEmission;
- rOut << nExponent;
-}
-
-void B3dMaterial::ReadData(SvStream& rIn)
-{
- rIn >> aAmbient;
- rIn >> aDiffuse;
- rIn >> aSpecular;
- rIn >> aEmission;
- rIn >> nExponent;
-}
-
/*************************************************************************
|*
|* Vergleichsoperator