summaryrefslogtreecommitdiff
path: root/framework/source/loadenv/loadenv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/loadenv/loadenv.cxx')
-rw-r--r--framework/source/loadenv/loadenv.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index 9507db63ba61..c915f80827bb 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -1077,7 +1077,8 @@ bool LoadEnv::impl_loadContent()
}));
xHandler->initialize(aArguments);
//show the frame now, unless (tdf#116277) its the labels/business cards slave frame
- if (m_aURL.Arguments.indexOf("slot=") == -1)
+ //or (tdf#114648) an Interactive case such as the new database wizard
+ if (m_aURL.Arguments != "Interactive" && m_aURL.Arguments.indexOf("slot=") == -1)
impl_makeFrameWindowVisible(xWindow, false);
}
}