diff options
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r-- | sc/source/ui/pagedlg/areasdlg.cxx | 2 |
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; |