summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-20 10:14:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-20 10:14:49 +0100
commitab9add5c96490801a7e1761306c41131468db703 (patch)
tree5656edb0025ae0ae21088099c1b2c024d79069ab /editeng
parentf208103998cfeffef239c66043184654c00dffda (diff)
loplugin:sallogareas
Change-Id: Ib1f06cb5f925535858bc14aab6f59ad7fd2a3a8d
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/uno/unofield.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unofield.cxx b/editeng/source/uno/unofield.cxx
index 300530ef5483..53398753a636 100644
--- a/editeng/source/uno/unofield.cxx
+++ b/editeng/source/uno/unofield.cxx
@@ -366,7 +366,7 @@ SvxUnoTextField::SvxUnoTextField( uno::Reference< text::XTextRange > xAnchor, co
break;
default:
- SAL_WARN("editeng.uno", "Id service unknown: " << mnServiceId);
+ SAL_WARN("editeng", "Id service unknown: " << mnServiceId);
break;
}
}