sfx2/source/doc/docmacromode.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 8d8d01140c299e49afd188a9b7e1ac2860099e8c
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Mon Jan 30 14:36:25 2023 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Thu Feb 9 15:21:38 2023 +0000

    Remove unused field
    
    Change-Id: I6eda3b236c5b270c75947ca3313987e467d05982
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146693
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>

diff --git a/sfx2/source/doc/docmacromode.cxx b/sfx2/source/doc/docmacromode.cxx
index b7bdd816f79e..a231daba348f 100644
--- a/sfx2/source/doc/docmacromode.cxx
+++ b/sfx2/source/doc/docmacromode.cxx
@@ -72,12 +72,10 @@ namespace sfx2
     struct DocumentMacroMode_Data
     {
         IMacroDocumentAccess&       m_rDocumentAccess;
-        bool                    m_bDocMacroDisabledMessageShown;
         bool m_bHasUnsignedContentError;
 
         explicit DocumentMacroMode_Data( IMacroDocumentAccess& rDocumentAccess 
)
             :m_rDocumentAccess( rDocumentAccess )
-            ,m_bDocMacroDisabledMessageShown( false )
             ,m_bHasUnsignedContentError( false )
         {
         }

Reply via email to