From 9f12a9da8d91364d4d0865021adbe62bfa09148c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 21:58:51 +0200 Subject: *api: convert Foo This looks much better now. sed -i 's,\([^<]\+\),\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80 --- offapi/com/sun/star/logging/FileHandler.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/logging') diff --git a/offapi/com/sun/star/logging/FileHandler.idl b/offapi/com/sun/star/logging/FileHandler.idl index 03e305a8e1f4..d438cb1cadd1 100644 --- a/offapi/com/sun/star/logging/FileHandler.idl +++ b/offapi/com/sun/star/logging/FileHandler.idl @@ -46,7 +46,7 @@ service FileHandler : XLogHandler @param FileURL the URL of the file to be created. This URL is resolved using the - PathSubstitution service. That + ::com::sun::star::util::PathSubstitution service. That is, it is allowed to include placeholders such as $(userurl). */ create( [in] string FileURL ); -- cgit