diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 12:20:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 12:20:17 +0100 |
commit | 560bc4f97c4de94e1a58fa8207a3b7b2ce04cecc (patch) | |
tree | f2eb345feb691f3af6f3d6612c5b5dfb303c2578 /vcl/osx | |
parent | 131a1962beb53d4945f7edf2cdb94fff0154bdc9 (diff) |
loplugin:stringconstant
Change-Id: I32b1263c00e2b2e4d3d43ca3e96e4492e09e9c17
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/printaccessoryview.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/printaccessoryview.mm b/vcl/osx/printaccessoryview.mm index 22a61a98cf91..4579b70b8732 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; } |