From 044907b7bc05b5b16eeec4da82bfad9d9991125d Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 20 Jun 2006 01:47:16 +0000
Subject: 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)
---
dbaccess/source/core/inc/statement.hxx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
(limited to 'dbaccess')
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;
};
//************************************************************
--
cgit