From 1cfd512d4f5bf7b3009dc52197abb4fce0d9d2c9 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 27 Jul 2010 12:53:34 +0200 Subject: gnumake2: killing of insane common tree hack --- helpcontent2/helpers/update_tree.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/helpcontent2/helpers/update_tree.pl b/helpcontent2/helpers/update_tree.pl index b2aa53fcb3..27b1a1dbbf 100644 --- a/helpcontent2/helpers/update_tree.pl +++ b/helpcontent2/helpers/update_tree.pl @@ -47,9 +47,6 @@ terminate() if ( ! defined $inpath ); my $destpath = $inpath; my $with_lang = $ENV{WITH_LANG}; -if ( defined $ENV{COMMON_OUTDIR} && $ENV{COMMON_OUTDIR} ne "" ) { - $destpath =~ s/$ENV{OUTPATH}/$ENV{COMMON_OUTDIR}/; -} # Always use / directory separators $prj =~ s/\\/\//g if defined($prj); -- cgit From f1f7e35b66ef39a85edd22e997e7d6c03bdafbec Mon Sep 17 00:00:00 2001 From: Uwe Fischer Date: Thu, 11 Nov 2010 10:49:11 +0100 Subject: pl08: changed two Help files --- helpcontent2/source/text/shared/01/password_dlg.xhp | 7 +++++++ helpcontent2/source/text/shared/01/ref_pdf_export.xhp | 17 +++++------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/helpcontent2/source/text/shared/01/password_dlg.xhp b/helpcontent2/source/text/shared/01/password_dlg.xhp index 9fb107b460..2435220a46 100644 --- a/helpcontent2/source/text/shared/01/password_dlg.xhp +++ b/helpcontent2/source/text/shared/01/password_dlg.xhp @@ -43,7 +43,13 @@ oldref="63">Password Assigns a password to prevent users from making unauthorized changes. + + The open password must be entered to open the file. + The permission password must be entered to edit the document. + + + @@ -51,6 +57,7 @@ oldref="65">Password Type a password. A password is case sensitive. + Open with Internet browser Cross-document links are opened with the Internet browser. The Internet browser must be able to handle the specified file type inside the hyperlink. Security - -Encrypt the PDF document - Select to encrypt the PDF document with a password. The PDF file can be opened only when the user enters the correct password. - -Set open password - Click to open a dialog where you enter the password. - -Restrict permission - Select to restrict some permissions. The permissions can be changed only when the user enters the correct password. - -Set permission password - Click to open a dialog where you enter the password. + +Set passwords + Click to open a dialog where you enter the passwords. + You can enter a password to open the file. You can enter an optional password that allows to edit the document. + Printing Not permitted -- cgit