summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-13 09:21:03 +0200
committerNoel Grandin <noel@peralex.com>2016-06-13 10:25:40 +0200
commit9f4e283fc8af97c4599e21006ad73b73fc141f81 (patch)
tree1fac92c1ca7056daf09e81c4174f8371d116fa55 /cui/source/dialogs
parent194cea28985867957783965bc19a31513b1d603e (diff)
loplugin:sallogareas
Change-Id: I6ce045db236b81aa8bc7bce2a0e20c4132c5931f
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r--cui/source/dialogs/hyphen.cxx2
-rw-r--r--cui/source/dialogs/insdlg.cxx2
2 files changed, 2 insertions, 2 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 )