Kaydet (Commit) dfc6c482 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

vcl: fix debug build

Change-Id: I7212e456f395208b2f322c5ac21a97fd63277a3b
üst 54d70501
...@@ -1504,7 +1504,7 @@ void ImplDevFontList::Add( PhysicalFontFace* pNewData ) ...@@ -1504,7 +1504,7 @@ void ImplDevFontList::Add( PhysicalFontFace* pNewData )
ImplDevFontListData* ImplDevFontList::ImplFindBySearchName( const OUString& rSearchName ) const ImplDevFontListData* ImplDevFontList::ImplFindBySearchName( const OUString& rSearchName ) const
{ {
#ifdef DEBUG #ifdef DEBUG
String aTempName = rSearchName; OUString aTempName = rSearchName;
GetEnglishSearchFontName( aTempName ); GetEnglishSearchFontName( aTempName );
DBG_ASSERT( aTempName == rSearchName, "ImplDevFontList::ImplFindBySearchName() called with non-normalized name" ); DBG_ASSERT( aTempName == rSearchName, "ImplDevFontList::ImplFindBySearchName() called with non-normalized name" );
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment