You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by js...@apache.org on 2013/10/11 10:11:28 UTC

svn commit: r1531218 - /openoffice/branches/l10n40/main/l10ntools/source/gConPolex.l

Author: jsc
Date: Fri Oct 11 08:11:28 2013
New Revision: 1531218

URL: http://svn.apache.org/r1531218
Log:
minor change of windows carriage-return line feeds

Modified:
    openoffice/branches/l10n40/main/l10ntools/source/gConPolex.l

Modified: openoffice/branches/l10n40/main/l10ntools/source/gConPolex.l
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/l10ntools/source/gConPolex.l?rev=1531218&r1=1531217&r2=1531218&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/l10ntools/source/gConPolex.l (original)
+++ openoffice/branches/l10n40/main/l10ntools/source/gConPolex.l Fri Oct 11 08:11:28 2013
@@ -28,17 +28,17 @@
  *****************************************************************************/
 
 /*
- white-space
-     #  translator-comments
-     #. extracted-comments
-     #: reference...
-     #, fuzzy
-     #| msgid previous-untranslated-string
-     msgid untranslated-string
+ white-space
+     #  translator-comments
+     #. extracted-comments
+     #: reference...
+     #, fuzzy
+     #| msgid previous-untranslated-string
+     msgid untranslated-string
      msgstr translated-string
 
-     #: lib/error.c:116
-     msgid "Unknown system error"
+     #: lib/error.c:116
+     msgid "Unknown system error"
      msgstr "Error desconegut del sistema"
 */
 
@@ -119,7 +119,7 @@ SPACE [ \t]*
 }
 
 
-[mM][sS][gG][cC][tT][xX][tT].* |
+[mM][sS][gG][cC][tT][xX][tT].* |
 "#*".*                         |
 "# ".*                         |
 "#~".*                         {
@@ -127,12 +127,12 @@ SPACE [ \t]*
 }
 
 
-[mM][sS][gG][iI][dD]{SPACE} {
+[mM][sS][gG][iI][dD]{SPACE} {
   LOCptr->setMsgId();
 }
-
 
-[mM][sS][gG][sS][tT][rR]{SPACE} {
+
+[mM][sS][gG][sS][tT][rR]{SPACE} {
   LOCptr->setMsgStr();
 }