diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-05 11:04:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-05 15:39:11 +0100 |
commit | 7e7b9a90adc5186d48febce5ee0c0afb09aedaee (patch) | |
tree | aff9d2b8b1566daec27876ef3727dae17cf6671c /vcl | |
parent | c64046f61eb8a2d7d288e538377f1464a9ef34eb (diff) |
loplugin:singlevalfields in vcl
Change-Id: I66178430bf77a8c93d054a52d74890863482382e
Reviewed-on: https://gerrit.libreoffice.org/64601
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/treelist/imap.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/treelist/imap.cxx b/vcl/source/treelist/imap.cxx index bcd69ad5a6fb..31880908718c 100644 --- a/vcl/source/treelist/imap.cxx +++ b/vcl/source/treelist/imap.cxx @@ -43,10 +43,6 @@ /******************************************************************************/ -sal_uInt16 IMapObject::nActualTextEncoding = sal_uInt16(RTL_TEXTENCODING_DONTKNOW); - -/******************************************************************************/ - IMapObject::IMapObject() : bActive( false ) |