summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:47:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:47:16 +0000
commit044907b7bc05b5b16eeec4da82bfad9d9991125d (patch)
tree38bdb48945b2017fb9d4312831274a14beeff0fa /dbaccess
parent79c09920ab7de543d6da3e5384f2f3b302bc68dc (diff)
INTEGRATION: CWS warnings01 (1.6.50); FILE MERGED
2006/03/24 15:35:54 fs 1.6.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/inc/statement.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/core/inc/statement.hxx b/dbaccess/source/core/inc/statement.hxx
index 179ec6db0a89..6e6668516b9d 100644
--- a/dbaccess/source/core/inc/statement.hxx
+++ b/dbaccess/source/core/inc/statement.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: statement.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 13:47:47 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:47:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,6 +160,9 @@ public:
// Helper
void disposeResultSet();
+
+protected:
+ using ::cppu::OPropertySetHelper::getFastPropertyValue;
};
//************************************************************