diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 15:06:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 15:06:23 +0200 |
commit | f762dad2e7b7dfa42abc4d16209e033b037b5938 (patch) | |
tree | aeeedafb27773072f2674b43c6d03b1d85e244d7 /svx | |
parent | be62c01287c095c22a83ecfe6f9f45874f6e56f8 (diff) |
fdo#46374 replace stardiv in comments where applicable
Change-Id: Icd07fba84735325408741ad10864c63ea32a6481
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/items/svxerr.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/items/svxerr.src b/svx/source/items/svxerr.src index 79a9e6539740..90a0b8ca9a6f 100644 --- a/svx/source/items/svxerr.src +++ b/svx/source/items/svxerr.src @@ -91,11 +91,11 @@ Resource RID_SVXERRCODE }; String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK { - Text [ en-US ] = "The form layer wasn't loaded as the required IO-services (stardiv.uno.io.*) could not be instantiated."; + Text [ en-US ] = "The form layer wasn't loaded as the required IO-services (com.sun.star.io.*) could not be instantiated."; }; String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK { - Text [ en-US ] = "The form layer wasn't written as the required IO services (stardiv.uno.io.*) could not be instantiated."; + Text [ en-US ] = "The form layer wasn't written as the required IO services (com.sun.star.io.*) could not be instantiated."; }; String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK { |