diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-21 13:08:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-21 13:08:35 +0100 |
commit | d6dfeb95885a03e6f255c0be75b2dfa9258c61cc (patch) | |
tree | 7c5946a3bb2f0c483972d3f43b8d782d10c2fbfb /vcl/quartz/salvd.cxx | |
parent | 32ada80a9f47b095d7b0c4d16e3422f6ef7f2ac2 (diff) |
Mac OS X vcl: sal_Bool -> bool fixup
Change-Id: I77a2e7957351ca6da44948e5a28d08116e1cd14d
Diffstat (limited to 'vcl/quartz/salvd.cxx')
-rw-r--r-- | vcl/quartz/salvd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx index ccafc04544b9..0c61499728dc 100644 --- a/vcl/quartz/salvd.cxx +++ b/vcl/quartz/salvd.cxx @@ -173,7 +173,7 @@ void AquaSalVirtualDevice::ReleaseGraphics( SalGraphics* ) // ----------------------------------------------------------------------- -sal_Bool AquaSalVirtualDevice::SetSize( long nDX, long nDY ) +bool AquaSalVirtualDevice::SetSize( long nDX, long nDY ) { #ifdef IOS (void) nDX; |