diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-02 21:38:56 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-02 21:38:56 -0800 |
commit | 079dc26ce464a13d51ee3331615f193a4c6d2f7c (patch) | |
tree | 61b7ecb2f6b5b76c115cdd1166b4b0781898cf45 /svtools | |
parent | f2a76c0e0b37a635aa76a843b7b8dbdb65a25949 (diff) |
Remove DECLARE_LIST( StringList_Impl, OUString* )
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index 33aca2b4832f..ae65e9668193 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -99,8 +99,6 @@ using ::rtl::OUString; #define COLUMN_SIZE 3 #define COLUMN_DATE 4 -DECLARE_LIST( StringList_Impl, OUString* ) - #define ROW_HEIGHT 17 // the height of a row has to be a little higher than the bitmap #define QUICK_SEARCH_TIMEOUT 1500 // time in mSec before the quicksearch string will be reseted |