From f378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jun 2015 19:44:53 +0200 Subject: Fix typos Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56 Reviewed-on: https://gerrit.libreoffice.org/16300 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- xmloff/source/text/txtfldi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index c64ced6f7a2a..344ac2e93046 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -83,7 +83,7 @@ using namespace ::xmloff::token; // SO API string constants -// service prefix and service anems +// service prefix and service names const sal_Char sAPI_textfield_prefix[] = "com.sun.star.text.TextField."; const sal_Char sAPI_fieldmaster_prefix[] = "com.sun.star.text.FieldMaster."; const sal_Char sAPI_presentation_prefix[] = "com.sun.star.presentation.TextField."; -- cgit