[Libreoffice-commits] core.git: l10ntools/source

Stephan Bergmann sbergman at redhat.com
Wed Feb 8 09:57:57 UTC 2017


 l10ntools/source/localize.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 88692a2d244b7e85a20b6b1782873347326cba03
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Feb 8 10:57:00 2017 +0100

    This should have been OUStringLiteral
    
    (which hopefully also fixes some tb's complaints about the code)
    
    Change-Id: Ie7529ad40c5c91214c281e84461888525cbbf479

diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 4a52300..f091d5b 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -148,7 +148,7 @@ bool handleFile(
     const OString& rPotDir, bool bInitPoFile )
 {
     struct Command {
-        OUString extension;
+        OUStringLiteral extension;
         OString executable;
         bool positive;
     };


More information about the Libreoffice-commits mailing list