diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/envelp/labfmt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/envelp/labfmt.cxx b/sw/source/ui/envelp/labfmt.cxx index bab1b18ca3e0..7cfe36022b79 100644 --- a/sw/source/ui/envelp/labfmt.cxx +++ b/sw/source/ui/envelp/labfmt.cxx @@ -631,7 +631,7 @@ IMPL_LINK_NOARG(SwSaveLabelDlg, OkHdl) { if ( rCfg.IsPredefinedLabel(sMake, sType) ) { - SAL_WARN( "IMPL_LINK_NOARG(SwSaveLabelDlg, OkHdl)", "label is predefined and cannot be overwritten" ); + SAL_WARN( "sw.envelp", "label is predefined and cannot be overwritten" ); WarningBox( this, SW_RES( WB_PREDEFINED_LABEL ) ).Execute(); return 0; } |