From d2259c8401ccc4d9ead41f6aff4903601e5e8564 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 15 Nov 2022 13:52:57 +0100 Subject: [PATCH] silence make translations warning (emtpy string flagged for translation) Change-Id: Ie8d188eca6b04a1e264ebe4f1abfeaa79bcba37d --- source/text/sbasic/shared/03132000.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/sbasic/shared/03132000.xhp b/source/text/sbasic/shared/03132000.xhp index 82f607f46d..7cbb593874 100644 --- a/source/text/sbasic/shared/03132000.xhp +++ b/source/text/sbasic/shared/03132000.xhp @@ -154,7 +154,7 @@ svc.Console modal:=False svc.DebugPrint("Lorem", "Ipsum", "...") End Sub ' SF_Trace - + Sub A2B_Trace GlobalScope.BasicLibraries.LoadLibrary("Access2Base") Access2Base.Trace.DebugPrint("Lorem", "Ipsum", "...")