summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abspilot.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-20 12:45:50 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-20 12:45:50 +0200
commit4cd66ec230ebda5d958cd95c8f5ba977d36befa7 (patch)
tree3a5a6e6aba1070c6ade0e788f01a249ac8e93af7 /extensions/source/abpilot/abspilot.cxx
parent47226ecd54d8d6645cda1e733ce094883a41f1ae (diff)
unoawt: UNO API for generic wizards, wrapping around the existing C++ RoadmapWizard
Diffstat (limited to 'extensions/source/abpilot/abspilot.cxx')
-rw-r--r--extensions/source/abpilot/abspilot.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index f18639451..1373d690e 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -283,9 +283,7 @@ namespace abp
if ( aTables.empty() )
{
- if ( ( _eReason == eValidateNoUI )
- || ( RET_YES != QueryBox( this, ModuleRes( RID_QRY_NOTABLES ) ).Execute() )
- )
+ if ( RET_YES != QueryBox( this, ModuleRes( RID_QRY_NOTABLES ) ).Execute() )
{
// cannot ask the user, or the user chose to use this data source, though there are no tables
bAllow = sal_False;