diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-01-23 15:50:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-01-23 17:13:36 +0100 |
commit | e8bedefdf7b034d1282aaac66f86793b25b7d502 (patch) | |
tree | d4b1d4de863fefe96e567368c7684f6056aa083d | |
parent | 5fd05b2d4a61af0e72cf75f465c4f6ad7b2f4cc9 (diff) |
Remove redundant redefinition of RULER_TAB_RTL
...which is already defined (with the same value) in include/svx/ruler.hxx
(which is unconditionally included here). (This conditional definition had been
introduced with 80204d8fcf35c14168a75765360eb61977653162 "MWS_SRX644: migrate
branch mws_srx644 -> HEAD", for reasons that are likely lost to history by now.)
Change-Id: Ib9293d4077ca07e0253c584ba8d91ec4d683f509
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87280
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | svx/source/dialog/svxruler.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx index c159a1eca4ef..39830945003c 100644 --- a/svx/source/dialog/svxruler.cxx +++ b/svx/source/dialog/svxruler.cxx @@ -45,10 +45,6 @@ #include "rlrcitem.hxx" #include <memory> -#ifndef RULER_TAB_RTL -#define RULER_TAB_RTL ((sal_uInt16)0x0010) -#endif - #define CTRL_ITEM_COUNT 14 #define GAP 10 #define OBJECT_BORDER_COUNT 4 |