summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-09-02 00:20:37 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-02 01:08:55 +0200
commit1ba10b7b307ffdb098049c303719da4aa6752502 (patch)
tree68736aa4fabed4785fe95ce2cc1bd33386f73f65 /vcl/osx
parentdee6c7ca318b310996ecc997cd64be026c0f76d2 (diff)
fix build
Change-Id: I13c67763ec3cb940292199f3e9e0f3942446959f
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/salobj.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/osx/salobj.cxx b/vcl/osx/salobj.cxx
index 8cccd1be4af6..816eaf10e9bb 100644
--- a/vcl/osx/salobj.cxx
+++ b/vcl/osx/salobj.cxx
@@ -87,8 +87,7 @@ AquaSalObject::AquaSalObject( AquaSalFrame* pFrame, SystemWindowData* pWindowDat
{
maSysData.mpNSView = [[NSView alloc] initWithFrame: aInitFrame];
}
-
- if( maSysData.mpNSView )
+ if( maSysData.mpNSView )
{
if( mpClipView )
[mpClipView setDocumentView: maSysData.mpNSView];