diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-17 09:20:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-17 09:55:42 +0100 |
commit | d49d0139a7f4b9835a2179b6dcc6741a41b0197c (patch) | |
tree | 2c6aa787519162454e7ce0496ca3c7704a0117ec /include/svl | |
parent | e03223d4c3cdc5d89598f0afefbd3eaee8a69736 (diff) |
callcatcher: update unused code
Change-Id: I2ddda0600ee876e9886ee3221f0ac5ad515fbd22
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/gridprinter.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svl/gridprinter.hxx b/include/svl/gridprinter.hxx index d63adfcb2c0b..446072bcf2af 100644 --- a/include/svl/gridprinter.hxx +++ b/include/svl/gridprinter.hxx @@ -27,14 +27,8 @@ class SVL_DLLPUBLIC GridPrinter public: GridPrinter( size_t nRows, size_t nCols, bool bPrint = true ); ~GridPrinter(); - void set( size_t nRow, size_t nCol, const OUString& rStr ); - void print( const char* pHeader ) const; - - void clear(); - - void resize( size_t nRows, size_t nCols ); }; } |