[Libreoffice-commits] core.git: include/vcl vcl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 5 14:39:38 UTC 2018


 include/vcl/imapobj.hxx      |    2 --
 vcl/source/treelist/imap.cxx |    4 ----
 2 files changed, 6 deletions(-)

New commits:
commit 7e7b9a90adc5186d48febce5ee0c0afb09aedaee
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Dec 5 11:04:57 2018 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Dec 5 15:39:11 2018 +0100

    loplugin:singlevalfields in vcl
    
    Change-Id: I66178430bf77a8c93d054a52d74890863482382e
    Reviewed-on: https://gerrit.libreoffice.org/64601
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/include/vcl/imapobj.hxx b/include/vcl/imapobj.hxx
index b5fedbd3cfb2..a9bf0ce7bc8f 100644
--- a/include/vcl/imapobj.hxx
+++ b/include/vcl/imapobj.hxx
@@ -74,8 +74,6 @@ protected:
 
 public:
 
-    static rtl_TextEncoding nActualTextEncoding;
-
                         IMapObject();
                         IMapObject( const OUString& rURL,
                                     const OUString& rAltText,
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 )


More information about the Libreoffice-commits mailing list