summaryrefslogtreecommitdiff
path: root/vcl/source/window/printdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-11-13 15:59:38 +0200
committerNoel Grandin <noel@peralex.com>2013-11-14 08:17:30 +0200
commit3cabbf37b965a11e7d63de05eaacfbdb29b67b74 (patch)
tree24a9c4eb35edc388ee9d8281bd2e584454bd0d61 /vcl/source/window/printdlg.cxx
parent3acca4c859b7198bc3caf4c690bfc653883e61b7 (diff)
remove unnecessary sal_Unicode casts in VCL module
Change-Id: I79da72097e8bc86891075d1484a59b5599a063d0
Diffstat (limited to 'vcl/source/window/printdlg.cxx')
-rw-r--r--vcl/source/window/printdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index 42c04113d0a2..b8cb188bde4d 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -237,7 +237,7 @@ void PrintDialog::PrintPreviewWindow::setPreview( const GDIMetaFile& i_rNewPrevi
{
aBuf.appendAscii( " (" );
aBuf.append( i_rPaperName );
- aBuf.append( sal_Unicode(')') );
+ aBuf.append( ')' );
}
maHorzDim.SetText( aBuf.makeStringAndClear() );