diff options
Diffstat (limited to 'vcl/source/window/printdlg.cxx')
-rw-r--r-- | vcl/source/window/printdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index 715e75e2909d..4acd97de0e8a 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx @@ -775,7 +775,7 @@ void PrintDialog::storeToSettings() mpTabCtrl->GetPageText( mpTabCtrl->GetCurPageId() ) ); pItem->setValue( OUString( "PrintDialog" ), OUString( "WindowState" ), - OStringToOUString( GetWindowState(), RTL_TEXTENCODING_UTF8 ) + OUString::fromUtf8( GetWindowState() ) ); pItem->Commit(); } |