summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-01 18:30:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:40 +0200
commitb2a189bdc17e7045fd57ad3d13e68422240ec78a (patch)
treef34a30400561b291e74c08df14c1e6cc1ac5c430 /sc/source/ui/pagedlg
parent1e4a2246b4d9d0e7c790a821557750ae4bda9698 (diff)
-Werror,-Wunused-const-variable
Change-Id: Ib1b3a251f15ebfe5d72110cd4a070a70591a4f39
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r--sc/source/ui/pagedlg/areasdlg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/pagedlg/areasdlg.cxx b/sc/source/ui/pagedlg/areasdlg.cxx
index e1067d80a131..ca89a95a28ad 100644
--- a/sc/source/ui/pagedlg/areasdlg.cxx
+++ b/sc/source/ui/pagedlg/areasdlg.cxx
@@ -43,11 +43,9 @@
// STATIC DATA ---------------------------------------------------------------
// List box positions for print range (PR)
-const sal_uInt16 SC_AREASDLG_PR_NONE = 0;
const sal_uInt16 SC_AREASDLG_PR_ENTIRE = 1;
const sal_uInt16 SC_AREASDLG_PR_USER = 2;
const sal_uInt16 SC_AREASDLG_PR_SELECT = 3;
-const sal_uInt16 SC_AREASDLG_PR_OFFSET = 4;
// List box positions for repeat ranges (RR)
const sal_uInt16 SC_AREASDLG_RR_NONE = 0;