diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-06 14:42:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-06 14:42:45 +0200 |
commit | 3b8ce44eba33b04773efe4806583a746233a25c9 (patch) | |
tree | 42c39635fd79a0693118a9c7ef47202512997c31 /sc | |
parent | a3c0ba9c3206670169d6a7b48713c8db5ca10e34 (diff) |
-Werror,-Wunused-macros
Change-Id: If8685cf1cfcfb25fd611e385d0b32d0b7963cd21
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) |