summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xcl97esc.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 12:47:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 12:47:03 +0000
commite2b7d7e884ab272c4377548d6639d65dcaf36cfd (patch)
tree4e455f1184a320a121ea99670dea03dc4439e126 /sc/source/filter/inc/xcl97esc.hxx
parentbec489d605bb59b8043768f6e88fc875064defb3 (diff)
INTEGRATION: CWS dr12 (1.6.42); FILE MERGED
2004/04/19 17:52:03 jmarmion 1.6.42.1: #i25335,i26291# note sizing and text box enhancements.
Diffstat (limited to 'sc/source/filter/inc/xcl97esc.hxx')
-rw-r--r--sc/source/filter/inc/xcl97esc.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/sc/source/filter/inc/xcl97esc.hxx b/sc/source/filter/inc/xcl97esc.hxx
index 8e102f4a175e..4a8eee02c797 100644
--- a/sc/source/filter/inc/xcl97esc.hxx
+++ b/sc/source/filter/inc/xcl97esc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xcl97esc.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:58:05 $
+ * last change: $Author: hr $ $Date: 2004-09-08 13:47:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -210,10 +210,6 @@ public:
/** Writes the Escher anchor structure with the current anchor position. */
void WriteData( EscherEx& rEx ) const;
-protected:
- BOOL FindNextCol( sal_uInt16& nCol, short nDir );
- BOOL FindNextRow( sal_uInt16& nRow, short nDir );
-
protected: // for access in derived classes
XclEscherAnchor maAnchor; /// The client anchor data.
sal_uInt16 mnFlags; /// Flags for Escher stream export.
@@ -225,7 +221,7 @@ protected: // for access in derived classes
class XclExpEscherNoteAnchor : public XclExpEscherAnchor
{
public:
- explicit XclExpEscherNoteAnchor( const XclExpRoot& rRoot, const ScAddress& rPos );
+ explicit XclExpEscherNoteAnchor( const XclExpRoot& rRoot, const Rectangle& rRect );
};