summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbagrid.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-15 07:41:03 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-15 07:41:03 +0000
commit2d22137458a3d3725741df6cdd59b83558acfe62 (patch)
tree5a9965f27566e2a0cef0499f4293e7eade5623fc /dbaccess/source/ui/browser/sbagrid.cxx
parent7bc7cf419762cc2ab8ed01182d9154c2dac6c96e (diff)
small performance issue
Diffstat (limited to 'dbaccess/source/ui/browser/sbagrid.cxx')
-rw-r--r--dbaccess/source/ui/browser/sbagrid.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx
index 776e19a48809..5d95d0e4ba75 100644
--- a/dbaccess/source/ui/browser/sbagrid.cxx
+++ b/dbaccess/source/ui/browser/sbagrid.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sbagrid.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: fs $ $Date: 2001-06-11 11:35:45 $
+ * last change: $Author: fs $ $Date: 2001-06-15 08:41:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1377,7 +1377,7 @@ void SbaGridControl::SetBrowserAttrs()
);
if (!xDialog.is())
{
- ShowServiceNotAvailableError(this, ::rtl::OUString::createFromAscii("com.sun.star.form.ControlFontDialog"), sal_True);
+ ShowServiceNotAvailableError(this, String::CreateFromAscii("com.sun.star.form.ControlFontDialog"), sal_True);
return;
}