summaryrefslogtreecommitdiff
path: root/sc/inc/userdat.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 14:46:30 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 14:46:30 +0000
commitd9e1b0abd40d5ff8d8e4fb754eacfb0d77c96bef (patch)
tree2081b25529e45662ffd7bd46507e34df9503c6ec /sc/inc/userdat.hxx
parent8a52000af769652f27a346f8cc92fd1b5a153c1a (diff)
INTEGRATION: CWS aw024 (1.3.60); FILE MERGED
2005/09/19 23:33:15 aw 1.3.60.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/27 09:54:35 aw 1.3.60.1: #i39525
Diffstat (limited to 'sc/inc/userdat.hxx')
-rw-r--r--sc/inc/userdat.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/inc/userdat.hxx b/sc/inc/userdat.hxx
index 8bcd6b721646..ff5c6e54f3f4 100644
--- a/sc/inc/userdat.hxx
+++ b/sc/inc/userdat.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: userdat.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:02:42 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 15:46:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,8 +76,7 @@ public:
class ScDrawObjData : public SdrObjUserData
{
virtual SdrObjUserData* Clone(SdrObject* pObj) const;
-//BFS01 virtual void WriteData(SvStream& rOut);
-//BFS01 virtual void ReadData(SvStream& rIn);
+
public:
ScAddress aStt, aEnd;
BOOL bValidStart, bValidEnd;