diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-28 21:16:45 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-29 11:09:32 +0200 |
commit | 5210b695af709d856cc88b57e28654dd50b42894 (patch) | |
tree | 0f84c2b50916c2fa9926df581a77d47c5bf2d9e7 /sw/source/ui | |
parent | 988acc33014fd18be70bf359a1dd92c70caa6bb3 (diff) |
Get rid of these non-printable chars
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/dbui/dbinsdlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx index b479d1b7e8bd..33a053b96570 100644 --- a/sw/source/ui/dbui/dbinsdlg.cxx +++ b/sw/source/ui/dbui/dbinsdlg.cxx @@ -183,7 +183,6 @@ SV_IMPL_PTRARR( _DB_Columns, _DB_ColumnPtr ) SV_IMPL_OP_PTRARR_SORT( SwInsDBColumns, SwInsDBColumnPtr ) -/* */ #define DBCOLUMN_CONFIG_VERSION1 1 #define DBCOLUMN_CONFIG_VERSION DBCOLUMN_CONFIG_VERSION1 |