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

Thomas Arnhold thomas at arnhold.org
Mon Mar 11 11:09:00 PDT 2013


 vcl/source/gdi/outdev3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfc6c482bea5260b7c26ab0924551b47a5ff8f15
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Mon Mar 11 19:07:33 2013 +0100

    vcl: fix debug build
    
    Change-Id: I7212e456f395208b2f322c5ac21a97fd63277a3b

diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index 59e6d0c..6908c40 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -1504,7 +1504,7 @@ void ImplDevFontList::Add( PhysicalFontFace* pNewData )
 ImplDevFontListData* ImplDevFontList::ImplFindBySearchName( const OUString& rSearchName ) const
 {
 #ifdef DEBUG
-    String aTempName = rSearchName;
+    OUString aTempName = rSearchName;
     GetEnglishSearchFontName( aTempName );
     DBG_ASSERT( aTempName == rSearchName, "ImplDevFontList::ImplFindBySearchName() called with non-normalized name" );
 #endif


More information about the Libreoffice-commits mailing list