diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 10:17:30 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 10:17:30 +0000 |
commit | 4ca310a077c085b1eac74bc8c1e29a6ebda8084a (patch) | |
tree | 08843a058448318e44f477803d26ce32e8f2e125 /basctl | |
parent | a87a558b45d1eb610a6dee004615c947c378ddfd (diff) |
INTEGRATION: CWS aw019 (1.17.116); FILE MERGED
2004/09/30 12:45:53 aw 1.17.116.1: #i11190#
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/dlgedobj.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx index b57c8287e0d0..1c40012e88e7 100644 --- a/basctl/source/inc/dlgedobj.hxx +++ b/basctl/source/inc/dlgedobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgedobj.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2003-11-05 12:40:38 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 11:17:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,8 +110,8 @@ protected: DlgEdObj(const ::rtl::OUString& rModelName, const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rxSFac); - virtual void WriteData(SvStream& rOut) const; // not working yet - virtual void ReadData(const SdrObjIOHeader& rHead, SvStream& rIn); // not working yet +//BFS01 virtual void WriteData(SvStream& rOut) const; // not working yet +//BFS01 virtual void ReadData(const SdrObjIOHeader& rHead, SvStream& rIn); // not working yet virtual void NbcMove( const Size& rSize ); virtual void NbcResize(const Point& rRef, const Fraction& xFact, const Fraction& yFact); |