From 64563d3282294842614f11f6c6f7c1e28211a9ec Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 25 Jan 2016 15:13:19 +0100 Subject: switchinline is none of emph's allowed children fixed with following sed expression: 's#\(]*>]*>\)\([^>]*\)\(\)\([^<]*\)\(\)\([^<]*\)#\1\2\3\4\5\6#g' Change-Id: I03d36f4c52e78ca48fc2f94b275ffad7329071e3 --- source/text/shared/main0650.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/shared/main0650.xhp') diff --git a/source/text/shared/main0650.xhp b/source/text/shared/main0650.xhp index 4bc5c73341..d61a38e13e 100644 --- a/source/text/shared/main0650.xhp +++ b/source/text/shared/main0650.xhp @@ -41,6 +41,6 @@ Before you can use a JDBC driver, you need to add its class path. Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Advanced, and click the Class Path button. After you add the path information, restart %PRODUCTNAME. -Your modifications at the %PRODUCTNAME - PreferencesTools - Options - $[officename] - Advanced tab page will be used even if the Java Virtual Machine (JVM, a virtual machine for the Java platform) already has been started. After modifications to the ClassPath you must restart $[officename]. The same is true for modifications under %PRODUCTNAME - PreferencesTools - Options - Internet - Proxy. Only the two boxes "Http Proxy" and "Ftp Proxy" and their ports don't require a restart, they will be evaluated when you click OK. +Your modifications at the %PRODUCTNAME - PreferencesTools - Options - $[officename] - Advanced tab page will be used even if the Java Virtual Machine (JVM, a virtual machine for the Java platform) already has been started. After modifications to the ClassPath you must restart $[officename]. The same is true for modifications under %PRODUCTNAME - PreferencesTools - Options - Internet - Proxy. Only the two boxes "Http Proxy" and "Ftp Proxy" and their ports don't require a restart, they will be evaluated when you click OK. -- cgit