diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-25 10:52:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-25 14:12:57 +0200 |
commit | 66cd9eeb90869b88ab883eab367a39041f21aef0 (patch) | |
tree | 5626a9f3422d5bd36d026ab0570228e57c94e01e /connectivity | |
parent | ee60fab03b743a151508608265abe45e5a731e97 (diff) |
Remove various commented out defines
Most of them in hrc files.
Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx b/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx index 0d6f1be979f3..2b582be6c48d 100644 --- a/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx +++ b/connectivity/source/drivers/postgresql/pq_sequenceresultset.hxx @@ -72,15 +72,6 @@ namespace pq_sdbc_driver { -// static const sal_Int32 RESULTSET_CURSOR_NAME = 0; -// static const sal_Int32 RESULTSET_ESCAPE_PROCESSING = 1; -// static const sal_Int32 RESULTSET_FETCH_DIRECTION = 2; -// static const sal_Int32 RESULTSET_FETCH_SIZE = 3; -// static const sal_Int32 RESULTSET_RESULT_SET_CONCURRENCY = 4; -// static const sal_Int32 RESULTSET_RESULT_SET_TYPE = 5; - -//#define RESULTSET_SIZE 6 - class SequenceResultSet : public BaseResultSet { protected: |