summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/AdabasStat.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-14 08:47:28 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-14 08:47:28 +0000
commite566b3bba7029584d9f41d799014a75ac65650f1 (patch)
tree42fe019ca271710c9c3d2e92085bc7b82961d14c /dbaccess/source/ui/dlg/AdabasStat.cxx
parent668aa9b45e00def203dda3f3c17f78014fe8926c (diff)
rtl string api changes
Diffstat (limited to 'dbaccess/source/ui/dlg/AdabasStat.cxx')
-rw-r--r--dbaccess/source/ui/dlg/AdabasStat.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/AdabasStat.cxx b/dbaccess/source/ui/dlg/AdabasStat.cxx
index 563178b527cf..85b8aa6bd2f9 100644
--- a/dbaccess/source/ui/dlg/AdabasStat.cxx
+++ b/dbaccess/source/ui/dlg/AdabasStat.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AdabasStat.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2001-04-03 14:15:17 $
+ * last change: $Author: tbe $ $Date: 2001-05-14 09:45:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,7 +143,7 @@ OAdabasStatistics::OAdabasStatistics( Window* pParent,
Reference<XResultSet> xRes;
try
{
- ::rtl::OUString sTable = _rUser.toUpperCase();
+ ::rtl::OUString sTable = _rUser.toAsciiUpperCase();
::rtl::OUString aStmt(::rtl::OUString::createFromAscii("SELECT SERVERDBSIZE, UNUSEDPAGES FROM "));
Reference<XPropertySet> xProp(m_xConnection,UNO_QUERY);