From 56d479f5405cf018bf233879387dbad851d279f2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 Dec 2014 13:39:25 +0100 Subject: vcl: Use appropriate OUString functions on string constants Change-Id: I010146e9b7181d0cc704a26ae1d373794cf6facb --- vcl/osx/printaccessoryview.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/osx/printaccessoryview.mm') diff --git a/vcl/osx/printaccessoryview.mm b/vcl/osx/printaccessoryview.mm index e2db4c3fe443..81b3194a1072 100644 --- a/vcl/osx/printaccessoryview.mm +++ b/vcl/osx/printaccessoryview.mm @@ -1251,7 +1251,7 @@ static void addEdit( NSView* pCurParent, long& rCurX, long& rCurY, long nAttachO // new tab item if( ! aText.getLength() ) - aText = OUString( "OOo" ); + aText = "OOo"; NSString* pLabel = CreateNSString( aGroupTitle ); NSTabViewItem* pItem = [[NSTabViewItem alloc] initWithIdentifier: pLabel ]; [pItem setLabel: pLabel]; -- cgit