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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 4 20:59:07 UTC 2021


 include/vcl/menubarupdateicon.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8e49505fa7352023c252bf794ae84c9082d7264e
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Mar 4 14:55:32 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Mar 4 21:58:23 2021 +0100

    -Werror,-Wunused-private-field
    
    ...apparently ever since introduced in d2cd1fad73b97e62443a215c84b7b5d5ee74a818
    "split and move MenuBar BubbleWindowManager to vcl"
    
    Change-Id: I479612969e9307daaa45b75d006d3929342b72aa
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111963
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/vcl/menubarupdateicon.hxx b/include/vcl/menubarupdateicon.hxx
index 0b021519dffd..7aacad52d3ec 100644
--- a/include/vcl/menubarupdateicon.hxx
+++ b/include/vcl/menubarupdateicon.hxx
@@ -34,7 +34,6 @@ class VCL_DLLPUBLIC MenuBarUpdateIconManager
 private:
     OUString maBubbleTitle;
     OUString maBubbleText;
-    OUString maBubbleImageURL;
     Image maBubbleImage;
     VclPtr<BubbleWindow> mpBubbleWin;
     VclPtr<SystemWindow> mpIconSysWin;


More information about the Libreoffice-commits mailing list