summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-06 14:42:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-06 14:42:45 +0200
commit3b8ce44eba33b04773efe4806583a746233a25c9 (patch)
tree42c39635fd79a0693118a9c7ef47202512997c31 /sc
parenta3c0ba9c3206670169d6a7b48713c8db5ca10e34 (diff)
-Werror,-Wunused-macros
Change-Id: If8685cf1cfcfb25fd611e385d0b32d0b7963cd21
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/condformat/condformatmgr.cxx4
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)