vcl/source/gdi/outdev3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dfc6c482bea5260b7c26ab0924551b47a5ff8f15 Author: Thomas Arnhold <tho...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits