Kaydet (Commit) ac535415 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin pointless Android ifdefs

It did not do anything.

How to handle dialog attempts from random places in the code on
non-desktop needs to be re-done properly.

Change-Id: I854a12faba3f98c61f637b465789976493326d43
üst 13c3ab57
......@@ -45,10 +45,6 @@
#include <vcl/unowrap.hxx>
#include <iostream>
#ifdef ANDROID
#include <osl/detail/android-bootstrap.h>
#endif
// =======================================================================
static OString ImplGetDialogText( Dialog* pDialog )
......@@ -801,12 +797,6 @@ sal_Bool Dialog::Close()
sal_Bool Dialog::ImplStartExecuteModal()
{
#ifdef ANDROID
// Not sure if the idea is that this will be called on Android or
// not? But OK, let's try to have the below code reached on
// Android...
#endif
if ( mbInExecute )
{
#ifdef DBG_UTIL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment