diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-01-26 12:03:53 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-01-26 12:04:19 +0200 |
commit | 512d8f049530b944ee5f693e34db27797dc2756b (patch) | |
tree | b5208be8905f5b25a7689f8ba09382988065eef2 /vcl | |
parent | 756873f014646ce1c8ef540bee05bd420680b663 (diff) |
Make sure ShowNativeDialog() shows something: Use NSLog()
Change-Id: I5ca0a471c980aa19d243500e95ee8cf585e1be9e
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/ios/iosinst.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx index bcef6292d8e3..3d8472a6365b 100644 --- a/vcl/ios/iosinst.cxx +++ b/vcl/ios/iosinst.cxx @@ -29,6 +29,7 @@ #include "ios/iosinst.hxx" #include "headless/svpdummies.hxx" #include "generic/gendata.hxx" +#include "quartz/utils.h" // Horrible hack static int viewWidth = 1, viewHeight = 1; @@ -281,6 +282,8 @@ int IosSalSystem::ShowNativeDialog( const OUString& rTitle, (void)rButtons; (void)nDefButton; + NSLog(@"%@: %@", CreateNSString(rTitle), CreateNSString(rMessage)); + if (IosSalInstance::getInstance() != NULL) { // Temporary... |