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 /cui | |
parent | 194cea28985867957783965bc19a31513b1d603e (diff) |
loplugin:sallogareas
Change-Id: I6ce045db236b81aa8bc7bce2a0e20c4132c5931f
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/hyphen.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/insdlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/tabpages/numpages.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx index efcfd92ef256..8d19026e1621 100644 --- a/cui/source/dialogs/hyphen.cxx +++ b/cui/source/dialogs/hyphen.cxx @@ -366,7 +366,7 @@ IMPL_LINK_NOARG_TYPED( SvxHyphenWordDialog, HyphenateAllHdl_Impl, Button *, void catch (uno::Exception &e) { (void) e; - SAL_WARN( "cui", "Hyphenate All failed" ); + SAL_WARN( "cui.dialogs", "Hyphenate All failed" ); } } } diff --git a/cui/source/dialogs/insdlg.cxx b/cui/source/dialogs/insdlg.cxx index bc88e0c80696..c98baa8943cd 100644 --- a/cui/source/dialogs/insdlg.cxx +++ b/cui/source/dialogs/insdlg.cxx @@ -120,7 +120,7 @@ IMPL_LINK_NOARG_TYPED(SvInsertOleDlg, BrowseHdl, Button*, void) } catch( const IllegalArgumentException& ) { - SAL_WARN( "cui", "caught IllegalArgumentException when registering filter\n" ); + SAL_WARN( "cui.dialogs", "caught IllegalArgumentException when registering filter\n" ); } if( xFilePicker->execute() == ExecutableDialogResults::OK ) diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index 36efe21260a7..5c5eed24ab99 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -3236,7 +3236,7 @@ void SvxNumPositionTabPage::InitPosAndSpaceMode() { if ( pActNum == nullptr ) { - SAL_WARN( "cui", + SAL_WARN( "cui.tabpages", "<SvxNumPositionTabPage::InitPosAndSpaceMode()> - misusage of method -> <pAktNum> has to be already set!" ); return; } |