[Libreoffice-commits] core.git: connectivity/registry

Miklos Vajna vmiklos at collabora.co.uk
Tue Jul 18 14:19:34 UTC 2017


 connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5445de1432fd65fb3ef613d1dafd2bbb9b99b265
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Jul 18 13:54:47 2017 +0200

    connectivity writer driver: mention Writer in display name
    
    It was just "Document" to be consistent with Calc's "Spreadsheet", but
    it's confusing as we have a Text driver as well.
    
    Change-Id: I9ec10f49c3f2bdab7d8f92a9ee0a44b4536e83eb
    Reviewed-on: https://gerrit.libreoffice.org/40135
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu
index b35de87833e3..69ed08e1c63d 100644
--- a/connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu
+++ b/connectivity/registry/writer/org/openoffice/Office/DataAccess/Drivers.xcu
@@ -13,7 +13,7 @@
         <value>com.sun.star.comp.sdbc.writer.ODriver</value>
       </prop>
       <prop oor:name="DriverTypeDisplayName" oor:type="xs:string">
-        <value xml:lang="en-US">Document</value>
+        <value xml:lang="en-US">Writer Document</value>
       </prop>
       <node oor:name="Features">
         <node oor:name="EscapeDateTime" oor:op="replace">


More information about the Libreoffice-commits mailing list