diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 12:03:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 20:17:26 +0100 |
commit | 4aef46ae356f5ab177ad51afe4b7aa8fc4f47254 (patch) | |
tree | 2af2e3601a1685e00b82b79b564a6569a559beea /svtools | |
parent | 6426dd54290420324e6c08b5f342f0eee87ea5c5 (diff) |
Remove XX_OV
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/svimpbox.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx index c84743dc4771..76bf07d2032f 100644 --- a/svtools/source/contnr/svimpbox.cxx +++ b/svtools/source/contnr/svimpbox.cxx @@ -912,14 +912,6 @@ void SvImpLBox::Paint( const Rectangle& rRect ) pStartEntry = pView->First(); } -#ifdef XX_OV - ULONG nXAbsPos = (USHORT)pTree->GetAbsPos( pStartEntry ); - ULONG nXVisPos = pView->GetVisiblePos( pStartEntry ); - SvLBoxString* pXStr = (SvLBoxString*)pStartEntry->GetFirstItem( SV_ITEM_ID_LBOXSTRING); -#endif - - - if( nNodeBmpTabDistance == NODE_BMP_TABDIST_NOTVALID ) SetNodeBmpTabDistance(); |