summaryrefslogtreecommitdiff
path: root/sd/inc/anminfo.hxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 07:51:00 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 07:51:00 +0000
commit7f50e2d46aed500f057028b2d387d0dd517bcc77 (patch)
tree841430079e68e464992ccbc0548511f47c912f6e /sd/inc/anminfo.hxx
parent3cd215cb9323e239745929aa08a74e693e2f2ec4 (diff)
INTEGRATION: CWS aw019 (1.2.228); FILE MERGED
2004/09/29 14:30:10 aw 1.2.228.1: #i11190#
Diffstat (limited to 'sd/inc/anminfo.hxx')
-rw-r--r--sd/inc/anminfo.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/inc/anminfo.hxx b/sd/inc/anminfo.hxx
index a5ed09f7bc7f..aac7a88a7155 100644
--- a/sd/inc/anminfo.hxx
+++ b/sd/inc/anminfo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: anminfo.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 18:42:25 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 08:51:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,7 @@ private:
public:
- Polygon* pPolygon; // fuer nichtlinearen Pfad (unbenutzt)
+//BFS02 Polygon* pPolygon; // fuer nichtlinearen Pfad (unbenutzt)
Point aStart; // Startpunkt eines linearen Pfades (unbenutzt)
Point aEnd; // Endpunkt eines linearen Pfades (unbenutzt)
::com::sun::star::presentation::AnimationEffect eEffect; // Animationseffekt
@@ -114,7 +114,7 @@ public:
String aSoundFile; // Pfad zum Soundfile in MSDOS-Notation
BOOL bSoundOn; // Sound ein/aus
BOOL bPlayFull; // Sound ganz abspielen
- SdrObjSurrogate* pPathSuro; // Surrogat fuer pPathObj
+//BFS02 SdrObjSurrogate* pPathSuro; // Surrogat fuer pPathObj
SdrPathObj* pPathObj; // das Pfadobjekt
::com::sun::star::presentation::ClickAction eClickAction; // Aktion bei Mausklick
::com::sun::star::presentation::AnimationEffect eSecondEffect; // fuer Objekt ausblenden
@@ -140,13 +140,13 @@ public:
virtual SdrObjUserData* Clone(SdrObject* pObj) const;
- virtual void WriteData(SvStream& rOut);
- virtual void ReadData(SvStream& rIn);
+//BFS02 virtual void WriteData(SvStream& rOut);
+//BFS02 virtual void ReadData(SvStream& rIn);
// NULL loest die Verbindung zum Pfadobjekt
void SetPath(SdrPathObj* pPath = NULL);
virtual void SFX_NOTIFY(SfxBroadcaster& rBC, const TypeId& rBCType, const SfxHint& rHint, const TypeId& rHintType);
- virtual void AfterRead();
+//BFS02 virtual void AfterRead();
};
#endif // _SD_ANMINFO_HXX