Kaydet (Commit) 16357f1c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Blind fix for -Werror,-Wunused-function

...on Android tb24

Change-Id: I3119a660d6d38d3bff15b3a32a98b188ea06fdbd
üst bf0a63dc
......@@ -578,6 +578,7 @@ void ODatabaseSource::disposing()
namespace
{
#if ENABLE_FIREBIRD_SDBC
weld::Window* GetFrameWeld(const Reference<XModel>& rModel)
{
if (!rModel.is())
......@@ -591,6 +592,7 @@ namespace
Reference<css::awt::XWindow> xWindow(xFrame->getContainerWindow());
return Application::GetFrameWeld(xWindow);
}
#endif
}
Reference< XConnection > ODatabaseSource::buildLowLevelConnection(const OUString& _rUid, const OUString& _rPwd)
......
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