diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-11 19:07:33 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-11 19:08:20 +0100 |
commit | dfc6c482bea5260b7c26ab0924551b47a5ff8f15 (patch) | |
tree | feb8f9fc6d74006c66738389f10ed14862fdbecd /vcl | |
parent | 54d70501380f818fc928557590ed70e6f5a925f7 (diff) |
vcl: fix debug build
Change-Id: I7212e456f395208b2f322c5ac21a97fd63277a3b
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index 59e6d0cd8c0f..6908c40c777f 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 |