diff options
author | Noel Grandin <noel@peralex.com> | 2013-12-03 12:05:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-12-04 08:55:34 +0200 |
commit | aa4a39c9d754d0f7e953a3a642db5ad15053c63f (patch) | |
tree | cfcf885fbc24baed84becf0e568343d4e1062da4 /connectivity/source/inc | |
parent | 882665d821a2fc705b7ae03372c2ae7593028210 (diff) |
remove unused #define SQL_COLUMN_NOTFOUND
Change-Id: Ic8914484c23c586036280bdf12a3fef3128d03ff
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/file/FStatement.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/FStatement.hxx b/connectivity/source/inc/file/FStatement.hxx index fa7f8d0e88dc..b4cad7c117c5 100644 --- a/connectivity/source/inc/file/FStatement.hxx +++ b/connectivity/source/inc/file/FStatement.hxx @@ -42,8 +42,6 @@ #include <tools/string.hxx> #include "TSortIndex.hxx" -#define SQL_COLUMN_NOTFOUND STRING_NOTFOUND - namespace connectivity { namespace file |