[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Tue Aug 26 04:45:16 PDT 2014


 sw/source/uibase/utlui/glbltree.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit faa18e9b19e52b611f77ba3ea9818c267ad2346f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Aug 26 12:32:21 2014 +0100

    there is no GLOBAL_CONTENT_TEXT icon
    
    avoid broken image in navigator in master document view
    
    Change-Id: I329e12c3c8bc32781340a164213aaf3e4958d4b3

diff --git a/sw/source/uibase/utlui/glbltree.cxx b/sw/source/uibase/utlui/glbltree.cxx
index b693296..db54953 100644
--- a/sw/source/uibase/utlui/glbltree.cxx
+++ b/sw/source/uibase/utlui/glbltree.cxx
@@ -665,7 +665,6 @@ void    SwGlobalTree::Display(bool bOnlyUpdateUserData)
                 case GLBLDOC_UNKNOWN:
                 {
                     sEntry = aContextStrings[ST_TEXT   - ST_GLOBAL_CONTEXT_FIRST];
-                    aImage = aEntryImages.GetImage(SID_SW_START + GLOBAL_CONTENT_TEXT);
                 }
                 break;
                 case GLBLDOC_TOXBASE:


More information about the Libreoffice-commits mailing list