diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-13 09:21:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-06-13 10:25:40 +0200 |
commit | 9f4e283fc8af97c4599e21006ad73b73fc141f81 (patch) | |
tree | 1fac92c1ca7056daf09e81c4174f8371d116fa55 /extensions | |
parent | 194cea28985867957783965bc19a31513b1d603e (diff) |
loplugin:sallogareas
Change-Id: I6ce045db236b81aa8bc7bce2a0e20c4132c5931f
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/dbpilots/listcombowizard.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.cxx b/extensions/source/dbpilots/listcombowizard.cxx index 73f094dc08e6..d7a764b22fb9 100644 --- a/extensions/source/dbpilots/listcombowizard.cxx +++ b/extensions/source/dbpilots/listcombowizard.cxx @@ -254,7 +254,7 @@ namespace dbp } catch(const Exception&) { - SAL_WARN( "extensions", "OLinkFieldsPage::initializePage: caught an exception while retrieving the columns!"); + SAL_WARN( "extensions.dbpilots", "OLinkFieldsPage::initializePage: caught an exception while retrieving the columns!"); } } return aColumnNames; |