diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-31 20:45:23 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-01 00:21:22 +0200 |
commit | ac535415fe0a466acc23cdc32aabb6b7d03a31e3 (patch) | |
tree | ce03ad8c0e8617b18a96d6e6d5a9c350d0d40d0a /vcl/source | |
parent | 13c3ab57892ab7553c3c4eb65ed6cd9344751f67 (diff) |
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
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/dialog.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx index 17f0e37492aa..e0cd445aae06 100644 --- a/vcl/source/window/dialog.cxx +++ b/vcl/source/window/dialog.cxx @@ -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 |