loplugin:constparams: dbaccess (clang-cl)
Change-Id: If41080debabff46d849dbd6e7f29a941f294c6ad
This commit is contained in:
@@ -185,7 +185,7 @@ OUString PromptEdit(long hWnd, OUString const & connstr)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
OUString getAdoDatalink(long hWnd,OUString& oldLink)
|
OUString getAdoDatalink(long hWnd,OUString const & oldLink)
|
||||||
{
|
{
|
||||||
OUString dataLink;
|
OUString dataLink;
|
||||||
if (!oldLink.isEmpty())
|
if (!oldLink.isEmpty())
|
||||||
|
@@ -23,6 +23,6 @@
|
|||||||
#include <osl/module.h>
|
#include <osl/module.h>
|
||||||
#include "commontypes.hxx"
|
#include "commontypes.hxx"
|
||||||
|
|
||||||
OUString getAdoDatalink(long hWnd,OUString& oldLink);
|
OUString getAdoDatalink(long hWnd,OUString const & oldLink);
|
||||||
#endif
|
#endif
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
Reference in New Issue
Block a user