[Libreoffice-commits] .: patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Thu Nov 25 04:33:42 PST 2010


 patches/dev300/svtools-unsort-template-dialogentries.diff |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 27ef5b130594109fb78ca9f5ede13be8681b8ad4
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Nov 25 14:31:52 2010 +0200

    Make svtools-unsort-template-dialogentries.diff apply again

diff --git a/patches/dev300/svtools-unsort-template-dialogentries.diff b/patches/dev300/svtools-unsort-template-dialogentries.diff
index e9e82cf..15d4c95 100644
--- a/patches/dev300/svtools-unsort-template-dialogentries.diff
+++ b/patches/dev300/svtools-unsort-template-dialogentries.diff
@@ -104,12 +104,12 @@
  
          // detect the image
 -        INetURLObject aObj( pEntry->maImageURL.getLength() ? pEntry->maImageURL : pEntry->maTargetURL );
--        pEntry->maImage = SvFileInformationManager::GetImage( aObj, FALSE, isHighContrast( mpView ) );
+-        pEntry->maImage = SvFileInformationManager::GetImage( aObj, FALSE );
 -
 +        if( aValue != rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(aSeparatorStr) ) )
 +        {
 +            INetURLObject aObj( pEntry->maImageURL.getLength() ? pEntry->maImageURL : pEntry->maTargetURL );
-+            pEntry->maImage = SvFileInformationManager::GetImage( aObj, FALSE, isHighContrast( mpView ) );
++            pEntry->maImage = SvFileInformationManager::GetImage( aObj, FALSE );
 +        }
          maContent.push_back( pEntry );
      }


More information about the Libreoffice-commits mailing list