Kaydet (Commit) ea0b60c8 authored tarafından August Sodora's avatar August Sodora

String->OUString

üst 0146b05a
......@@ -1186,7 +1186,7 @@ void DlgEditor::ClearModifyFlag()
#define BORDERPRN 300
void lcl_PrintHeader( Printer* pPrinter, const String& rTitle ) // not working yet
void lcl_PrintHeader( Printer* pPrinter, const ::rtl::OUString& rTitle ) // not working yet
{
pPrinter->Push();
......@@ -1231,14 +1231,14 @@ sal_Int32 DlgEditor::countPages( Printer* )
return 1;
}
void DlgEditor::printPage( sal_Int32 nPage, Printer* pPrinter, const String& rTitle )
void DlgEditor::printPage( sal_Int32 nPage, Printer* pPrinter, const ::rtl::OUString& rTitle )
{
if( nPage == 0 )
Print( pPrinter, rTitle );
}
void DlgEditor::Print( Printer* pPrinter, const String& rTitle ) // not working yet
void DlgEditor::Print( Printer* pPrinter, const ::rtl::OUString& rTitle ) // not working yet
{
if( pDlgEdView )
{
......
......@@ -99,7 +99,7 @@ private:
DECL_LINK( PaintTimeout, Timer * );
DECL_LINK( MarkTimeout, Timer * );
void Print( Printer* pPrinter, const String& rTitle );
void Print( Printer* pPrinter, const ::rtl::OUString& rTitle );
protected:
ScrollBar* pHScroll;
......@@ -201,7 +201,7 @@ public:
void UpdatePropertyBrowserDelayed();
sal_Int32 countPages( Printer* pPrinter );
void printPage( sal_Int32 nPage, Printer* pPrinter, const String& );
void printPage( sal_Int32 nPage, Printer* pPrinter, const ::rtl::OUString& );
bool AdjustPageSize();
......
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