summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-17 15:21:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-18 08:01:16 +0100
commit14824e73d8be8dfe3f26880d805dde58418a4835 (patch)
treecfcf179c20907594feb4f2cc78aa5f017e85b4f5
parent6526b72434e5f4097229629e12d9ab958edfafc4 (diff)
loplugin:duplicate-defines
already defined inside the .cxx file, so just delete the one in the .hxx file Change-Id: I2b8eb1dde1365276ef0cddb89d6016348708f5e6 Reviewed-on: https://gerrit.libreoffice.org/85338 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--include/vcl/headbar.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/headbar.hxx b/include/vcl/headbar.hxx
index 2afc2049cf7d..162ebd2acfec 100644
--- a/include/vcl/headbar.hxx
+++ b/include/vcl/headbar.hxx
@@ -201,9 +201,6 @@ namespace o3tl
#define HEADERBAR_ITEM_NOTFOUND (sal_uInt16(0xFFFF))
#define HEADERBAR_FULLSIZE (long(1000000000))
-#define HEADERBAR_TEXTOFF 2
-
-
class VCL_DLLPUBLIC HeaderBar : public vcl::Window
{
private: