summaryrefslogtreecommitdiff
path: root/cui/source/options/dbregister.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-13 11:47:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-13 11:47:00 +0200
commit9388a9da167880ca3002634422b3b1da33bceb82 (patch)
treecf1b55c59421aea7c205d16f2007ae9cf15f50ac /cui/source/options/dbregister.cxx
parent6c2d9f51ff4356e2c4096c0da091eaac6ecac052 (diff)
loplugin:oncevar: empty strings: cui
Change-Id: Id00cf5f78ef59520065587691c85f2e1a7e96a9c
Diffstat (limited to 'cui/source/options/dbregister.cxx')
-rw-r--r--cui/source/options/dbregister.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx
index 4324762b3433..ce2a4a94dd4b 100644
--- a/cui/source/options/dbregister.cxx
+++ b/cui/source/options/dbregister.cxx
@@ -283,8 +283,7 @@ IMPL_LINK_NOARG(DbRegistrationOptionsPage, DeleteHdl, Button*, void)
IMPL_LINK_NOARG(DbRegistrationOptionsPage, NewHdl, Button*, void)
{
- OUString sNewName,sNewLocation;
- openLinkDialog(sNewName,sNewLocation);
+ openLinkDialog(OUString(),OUString());
}
IMPL_LINK_NOARG(DbRegistrationOptionsPage, PathBoxDoubleClickHdl, SvTreeListBox*, bool)