[Libreoffice-commits] core.git: svx/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jan 23 16:14:10 UTC 2020
svx/source/dialog/svxruler.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit e8bedefdf7b034d1282aaac66f86793b25b7d502
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Jan 23 15:50:36 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Jan 23 17:13:36 2020 +0100
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 at redhat.com>
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
More information about the Libreoffice-commits
mailing list