summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-07-26 06:43:15 +0000
committerRüdiger Timm <rt@openoffice.org>2006-07-26 06:43:15 +0000
commita4a9ae556b025e758e6e19d0c69a4b930a1f6f6e (patch)
treea969725782e1e2c1fe66cb77d1ec81ec13c09b60 /svx/source/inc
parent9f7eadfa2ecebd4a8cacca924c88fe6695014874 (diff)
INTEGRATION: CWS dba204b (1.14.2); FILE MERGED
2006/07/17 10:06:34 fs 1.14.2.1: warning-freeness: composeTableNameForSelect does not need to be virtual
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/dbtoolsclient.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/dbtoolsclient.hxx b/svx/source/inc/dbtoolsclient.hxx
index a7120c0039ac..96c493880944 100644
--- a/svx/source/inc/dbtoolsclient.hxx
+++ b/svx/source/inc/dbtoolsclient.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbtoolsclient.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:56:55 $
+ * last change: $Author: rt $ $Date: 2006-07-26 07:43:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -159,7 +159,7 @@ namespace svxform
) const;
// ------------------------------------------------
- virtual ::rtl::OUString composeTableNameForSelect(
+ ::rtl::OUString composeTableNameForSelect(
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xTable
) const;