summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-03-09 15:38:03 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-03-09 15:58:35 +0100
commit1f7af133d9bade2cf226b65fab501d68113f8cc6 (patch)
tree71684b3d7679da5fc5745d6eee0017009b795e10 /sfx2
parent2e1a6ba26fd0cb251f831dd2a0f60103ca1342e2 (diff)
Move classified copy/paste strings from sw to sfx2
So that other modules can use them as well. The RTF import in writerfilter is one potential user. Change-Id: Ib009e1be2aff14d0fcac643c0c6000d2895515b0
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/view.src10
1 files changed, 10 insertions, 0 deletions
diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src
index 26dbbbdad3ff..81718cc81ff5 100644
--- a/sfx2/source/view/view.src
+++ b/sfx2/source/view/view.src
@@ -96,6 +96,16 @@ String STR_CLASSIFIED_DOCUMENT
Text [ en-US ] = "The classification label of this document is %1." ;
};
+String STR_TARGET_DOC_NOT_CLASSIFIED
+{
+ Text [ en-US ] = "This document must be classified before the clipboard can be pasted." ;
+};
+
+String STR_DOC_CLASSIFICATION_TOO_LOW
+{
+ Text [ en-US ] = "This document has a lower classificaton level than the clipboard." ;
+};
+
PushButton BT_CHECKOUT
{
Pos = MAP_APPFONT( 0 , 0 );