diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-08 14:30:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-08 14:40:07 +0100 |
commit | 0841fc0d3bdc6920c42b79c432e2706d7193e865 (patch) | |
tree | ea99de1079fa7bb682dc5b8073d0ff7ba3789a67 /svtools | |
parent | 44f971506c0ed37928c48e55d8007f24b0c43a5f (diff) |
Missing newline at end of file
...needed by simplified l10ntools programs to be pushed shortly (that
no longer translate line endings, and hopefully get away with it).
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/filectrl.src | 2 | ||||
-rw-r--r-- | svtools/source/misc/undo.src | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/control/filectrl.src b/svtools/source/control/filectrl.src index 5703004dd946..b87893fd1a4d 100644 --- a/svtools/source/control/filectrl.src +++ b/svtools/source/control/filectrl.src @@ -46,4 +46,4 @@ String STR_TABBAR_PUSHBUTTON_MOVERIGHT String STR_TABBAR_PUSHBUTTON_MOVETOEND { Text [ en-US ] = "Move To End" ; -};
\ No newline at end of file +}; diff --git a/svtools/source/misc/undo.src b/svtools/source/misc/undo.src index 33c179a65032..1bf1d6b1010a 100644 --- a/svtools/source/misc/undo.src +++ b/svtools/source/misc/undo.src @@ -40,4 +40,4 @@ String STR_REDO String STR_REPEAT { Text [ en-US ] = "~Repeat: " ; -};
\ No newline at end of file +}; |