[Libreoffice-commits] core.git: vcl/osx
Stephan Bergmann
sbergman at redhat.com
Tue Nov 10 03:20:42 PST 2015
vcl/osx/printaccessoryview.mm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 560bc4f97c4de94e1a58fa8207a3b7b2ce04cecc
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Nov 10 12:20:17 2015 +0100
loplugin:stringconstant
Change-Id: I32b1263c00e2b2e4d3d43ca3e96e4492e09e9c17
diff --git a/vcl/osx/printaccessoryview.mm b/vcl/osx/printaccessoryview.mm
index 22a61a9..4579b70 100644
--- a/vcl/osx/printaccessoryview.mm
+++ b/vcl/osx/printaccessoryview.mm
@@ -1157,7 +1157,7 @@ static void addEdit( NSView* pCurParent, long& rCurX, long& rCurY, long nAttachO
{
addBool( pCurParent, nCurX, nCurY, 0,
pControllerProperties->getPrintSelectionString(), bSelectionBoxEnabled,
- OUString( "PrintContent" ), bSelectionBoxChecked,
+ "PrintContent", bSelectionBoxChecked,
aRightColumn, pControllerProperties, pCtrlTarget );
bAddSelectionCheckBox = false;
}
More information about the Libreoffice-commits
mailing list