Kaydet (Commit) 35e2882b authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS mba30patches01 (1.4.214); FILE MERGED

2008/04/23 10:50:29 mba 1.4.214.2: RESYNC: (1.4-1.5); FILE MERGED
2008/03/18 15:41:01 mba 1.4.214.1: #i86365#: remove unused code
üst 08422494
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: grid.hxx,v $ * $RCSfile: grid.hxx,v $
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -144,7 +144,6 @@ public: ...@@ -144,7 +144,6 @@ public:
double* getOrigYValues() { return m_pOrigYValues; } double* getOrigYValues() { return m_pOrigYValues; }
double* getNewYValues() { return m_pNewYValues; } double* getNewYValues() { return m_pNewYValues; }
void drawPoint( double x, double y );
void drawLine( double x1, double y1, double x2, double y2 ); void drawLine( double x1, double y1, double x2, double y2 );
virtual void Paint( const Rectangle& rRect ); virtual void Paint( const Rectangle& rRect );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment