diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/condformat/condformatmgr.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/condformat/condformatmgr.cxx b/sc/source/ui/condformat/condformatmgr.cxx index 5e0b3e820d51..053fd9c8f04b 100644 --- a/sc/source/ui/condformat/condformatmgr.cxx +++ b/sc/source/ui/condformat/condformatmgr.cxx @@ -14,10 +14,6 @@ #include <vcl/msgbox.hxx> #include "document.hxx" -#define ITEMID_RANGE 1 -#define ITEMID_CONDITION 2 - - ScCondFormatManagerWindow::ScCondFormatManagerWindow(SvSimpleTableContainer& rParent, ScDocument* pDoc, ScConditionalFormatList* pFormatList) : SvSimpleTable(rParent, WB_HSCROLL | WB_SORT | WB_TABSTOP) |