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;
|
||||
if (!oldLink.isEmpty())
|
||||
|
@@ -23,6 +23,6 @@
|
||||
#include <osl/module.h>
|
||||
#include "commontypes.hxx"
|
||||
|
||||
OUString getAdoDatalink(long hWnd,OUString& oldLink);
|
||||
OUString getAdoDatalink(long hWnd,OUString const & oldLink);
|
||||
#endif
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
Reference in New Issue
Block a user