diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-19 08:55:25 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-19 08:55:25 +0000 |
commit | 31e49340cb038021d6256205bd7b0f98cf1691b9 (patch) | |
tree | d41a5cf6a6192581946a6b9f05534e12efa4e9fd /dbaccess | |
parent | 57c76011cf4e46dcf3c8c6d76634bb8e2f2b8750 (diff) |
#i83281# Extra backslash removed (patch by ihi).
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/advancedsettings.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/advancedsettings.src b/dbaccess/source/ui/dlg/advancedsettings.src index b97872810..e6c46bc38 100644 --- a/dbaccess/source/ui/dlg/advancedsettings.src +++ b/dbaccess/source/ui/dlg/advancedsettings.src @@ -4,9 +4,9 @@ * * $RCSfile: advancedsettings.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2007-11-05 11:56:35 $ + * last change: $Author: rt $ $Date: 2007-11-19 09:55:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -202,7 +202,7 @@ < "SQL" ; Default ; > ; \ < "Mixed" ; Default ; > ; \ < "MS Access" ; Default ; > ; \ - }; \ + }; #define AUTO_BOOLEANCOMPARISON(AUTO_Y) \ |