[Libreoffice-commits] core.git: 2 commits - include/svtools include/vcl
Stephan Bergmann
sbergman at redhat.com
Tue Jan 16 07:42:33 UTC 2018
include/svtools/imapobj.hxx | 1 -
include/vcl/gdimtf.hxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit 420059de8576693b23661c64e55792ae992780ef
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jan 15 21:35:32 2018 +0100
Remove unused GDI_METAFILE_LABEL_NOTFOUND
...unused since 22bd00fa7f6b90964e5eca03c314cdfa7ac2be12 "remove unused #defines
METAFILE_END and METAFILE_LABEL_NOTFOUND"
Change-Id: Ia9bcd4100f03c12c8e97b57cbfabfbf634248014
Reviewed-on: https://gerrit.libreoffice.org/47918
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx
index 6785a7b9e3c3..2a0baaded027 100644
--- a/include/vcl/gdimtf.hxx
+++ b/include/vcl/gdimtf.hxx
@@ -41,7 +41,6 @@ class Gradient;
#define GDI_METAFILE_END (size_t(0xFFFFFFFF))
-#define GDI_METAFILE_LABEL_NOTFOUND ((size_t)0xFFFFFFFF)
enum class MtfConversion
{
commit 6c5a1601d2ef47723a130e73953dd569f2cc856f
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jan 15 21:19:39 2018 +0100
Remove unused IMAP_OBJ_NONE
...no other traces of it apart from its definition in
2351b6d4ba452ed9a261541cd8581ad43788d4db "INTEGRATION: CWS hedaburemove01:
#72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and
correspondent necessary changes"
Change-Id: I8a919b35f90acde5a72616b311a3e66c591c1e36
Reviewed-on: https://gerrit.libreoffice.org/47917
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/svtools/imapobj.hxx b/include/svtools/imapobj.hxx
index 04da290dda0d..9e396842ccf8 100644
--- a/include/svtools/imapobj.hxx
+++ b/include/svtools/imapobj.hxx
@@ -28,7 +28,6 @@ class Point;
namespace tools { class Rectangle; }
class SvStream;
-#define IMAP_OBJ_NONE ((sal_uInt16)0x0000)
#define IMAP_OBJ_RECTANGLE (sal_uInt16(0x0001))
#define IMAP_OBJ_CIRCLE (sal_uInt16(0x0002))
#define IMAP_OBJ_POLYGON (sal_uInt16(0x0003))
More information about the Libreoffice-commits
mailing list