Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / qadevOOo / runner / graphical / Tolerance.java
blob90e853c9124c8d70097d4e8469637229de60abe1
1 /*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
6 package graphical;
8 /**
10 * @author ll93751
12 public class Tolerance
14 private int m_nTolerance;
15 public Tolerance(int _nAccept)
17 m_nTolerance = _nAccept;
19 public int getAccept()
21 return m_nTolerance;