From 1f7af133d9bade2cf226b65fab501d68113f8cc6 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 9 Mar 2016 15:38:03 +0100 Subject: 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 --- sfx2/source/view/view.src | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sfx2') 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 ); -- cgit