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

New commits:
commit 88692a2d244b7e85a20b6b1782873347326cba03
Author: Stephan Bergmann <sberg...@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;
     };
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to