summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-01-26 12:03:53 +0200
committerTor Lillqvist <tml@collabora.com>2014-01-26 12:04:19 +0200
commit512d8f049530b944ee5f693e34db27797dc2756b (patch)
treeb5208be8905f5b25a7689f8ba09382988065eef2 /vcl
parent756873f014646ce1c8ef540bee05bd420680b663 (diff)
Make sure ShowNativeDialog() shows something: Use NSLog()
Change-Id: I5ca0a471c980aa19d243500e95ee8cf585e1be9e
Diffstat (limited to 'vcl')
-rw-r--r--vcl/ios/iosinst.cxx3
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...