Kaydet (Commit) 54d278ae authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak

missing semicolon

üst 051fb0d3
...@@ -1107,7 +1107,7 @@ void WinSalFrame::SetTitle( const rtl::OUString& rTitle ) ...@@ -1107,7 +1107,7 @@ void WinSalFrame::SetTitle( const rtl::OUString& rTitle )
{ {
DBG_ASSERT( sizeof( WCHAR ) == sizeof( xub_Unicode ), "WinSalFrame::SetTitle(): WCHAR != sal_Unicode" ); DBG_ASSERT( sizeof( WCHAR ) == sizeof( xub_Unicode ), "WinSalFrame::SetTitle(): WCHAR != sal_Unicode" );
SetWindowTextW( mhWnd, reinterpret_cast<LPCWSTR>(rTitle.getStr()) ) SetWindowTextW( mhWnd, reinterpret_cast<LPCWSTR>(rTitle.getStr()) );
} }
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
......
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