[Libreoffice-commits] core.git: extensions/source
Stephan Bergmann
sbergman at redhat.com
Thu Jun 12 06:06:02 PDT 2014
extensions/source/scanner/grid.cxx | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
New commits:
commit 8b8311a8670945c423b5d0eb419613e2a171cc23
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Jun 12 15:05:37 2014 +0200
loplugin:unreffun
Change-Id: Ia4eda7adc7685809b69a248f664b6a38dc3ea0e6
diff --git a/extensions/source/scanner/grid.cxx b/extensions/source/scanner/grid.cxx
index 4de38de..51c25c4 100644
--- a/extensions/source/scanner/grid.cxx
+++ b/extensions/source/scanner/grid.cxx
@@ -98,8 +98,6 @@ class GridWindow : public Window
double findMaxX();
double findMaxY();
- void updateRectSize();
-
void drawGrid();
void drawOriginal();
void drawNew();
@@ -123,14 +121,7 @@ public:
virtual ~GridWindow();
void setBoundings( double fMinX, double fMinY, double fMaxX, double fMaxY );
- double getMinX() { return m_fMinX; }
- double getMinY() { return m_fMinY; }
- double getMaxX() { return m_fMaxX; }
- double getMaxY() { return m_fMaxY; }
-
- int countValues() { return m_nValues; }
- double* getXValues() { return m_pXValues; }
- double* getOrigYValues() { return m_pOrigYValues; }
+
double* getNewYValues() { return m_pNewYValues; }
void ChangeMode(int nType);
More information about the Libreoffice-commits
mailing list