[Libreoffice-commits] core.git: 2 commits - linguistic/source vcl/inc

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 18 07:03:52 UTC 2019


 linguistic/source/convdic.cxx           |    2 --
 vcl/inc/unx/x11_cursors/pivotrow_mask.h |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit d681cca399947a0f1438d68850a8e61131e6e414
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Dec 17 15:42:33 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Dec 18 08:02:38 2019 +0100

    loplugin:duplicate-defines
    
    already defined in pivotrow_curs.h, so just delete this one
    
    Change-Id: I1c60bef657a8312cad29ede09c4f6925f0f0e15c
    Reviewed-on: https://gerrit.libreoffice.org/85340
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/vcl/inc/unx/x11_cursors/pivotrow_mask.h b/vcl/inc/unx/x11_cursors/pivotrow_mask.h
index ccc4756b661d..ec9f7f2ba274 100644
--- a/vcl/inc/unx/x11_cursors/pivotrow_mask.h
+++ b/vcl/inc/unx/x11_cursors/pivotrow_mask.h
@@ -18,8 +18,6 @@
  */
 #define pivotrow_mask_width 32
 #define pivotrow_mask_height 32
-#define pivotrow_curs_x_hot 8
-#define pivotrow_curs_y_hot 7
 static unsigned char pivotrow_mask_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x07, 0x00,
    0xff, 0xff, 0x07, 0x00, 0xff, 0xff, 0x07, 0x00, 0xff, 0xff, 0x07, 0x00,
commit 000db9b072a93884865937942ca82588be7f9919
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Dec 17 15:28:31 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Dec 18 08:02:21 2019 +0100

    loplugin:duplicate-defines
    
    this one is shared between multiple cxx files, so remove the local one
    
    Change-Id: I9f6d06db04febd1bae616b4f87543066b1212f0f
    Reviewed-on: https://gerrit.libreoffice.org/85339
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx
index 20ac65582078..4a9bb04909d9 100644
--- a/linguistic/source/convdic.cxx
+++ b/linguistic/source/convdic.cxx
@@ -62,8 +62,6 @@ using namespace com::sun::star::linguistic2;
 using namespace linguistic;
 
 
-#define SN_CONV_DICTIONARY      "com.sun.star.linguistic2.ConversionDictionary"
-
 static void ReadThroughDic( const OUString &rMainURL, ConvDicXMLImport &rImport )
 {
     if (rMainURL.isEmpty())


More information about the Libreoffice-commits mailing list