summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-06-10 13:35:59 +0000
committerEike Rathke <erack@redhat.com>2013-03-14 17:40:01 +0100
commit1441052007fca390313b721b4ff8b07bae9967a5 (patch)
tree84c6dd912966a75e345cde7c3ddc8d640bc608d5 /sc/source/ui/src
parent71124925511b5c36b3348e89692e25db7230976c (diff)
i119411 - Read/write RDF support on ODS file format
Patch by: Tsutomu Uchino Review by: arielch Conflicts: sc/inc/scerrors.hxx Change-Id: Idebf093b599b57cd0be4c871590db75c59c14dc1
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/scerrors.src4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/src/scerrors.src b/sc/source/ui/src/scerrors.src
index 763ff0e2b463..6cf19a15ec1a 100644
--- a/sc/source/ui/src/scerrors.src
+++ b/sc/source/ui/src/scerrors.src
@@ -170,6 +170,10 @@ Resource RID_ERRHDLSC
{
Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col).";
};
+ String SCWARN_IMPORT_FEATURES_LOST & ERRCODE_RES_MASK
+ {
+ Text [ en-US] = "Not all attributes could be read." ;
+ };
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */