Blind fix for -Werror,-Wunused-function
...on Android tb24 Change-Id: I3119a660d6d38d3bff15b3a32a98b188ea06fdbd
This commit is contained in:
parent
bf0a63dc93
commit
16357f1c65
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue