summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/control/sqledit.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:51:26 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:51:26 +0000
commitd300c58d8779cb822ff3c813735519b6e8afce7a (patch)
tree60b2bd22e8bd2ea2c22d8a374655ceeefeb726e9 /dbaccess/source/ui/control/sqledit.cxx
parentINTEGRATION: CWS dba24c (1.191.20); FILE MERGED (diff)
downloadcore-d300c58d8779cb822ff3c813735519b6e8afce7a.tar.gz
core-d300c58d8779cb822ff3c813735519b6e8afce7a.zip
INTEGRATION: CWS dba24c (1.9.142); FILE MERGED
2007/09/17 09:15:22 fs 1.9.142.1: OverloadedSetText should not be necessary anymore, nowadays
Diffstat (limited to 'dbaccess/source/ui/control/sqledit.cxx')
-rw-r--r--dbaccess/source/ui/control/sqledit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/control/sqledit.cxx b/dbaccess/source/ui/control/sqledit.cxx
index 98fa990a573c..67ccec002b47 100644
--- a/dbaccess/source/ui/control/sqledit.cxx
+++ b/dbaccess/source/ui/control/sqledit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sqledit.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:02:29 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 15:51:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -177,7 +177,7 @@ IMPL_LINK(OSqlEdit, ModifyHdl, void*, /*EMPTYTAG*/)
}
//------------------------------------------------------------------------------
-void OSqlEdit::OverloadedSetText(const String& rNewText)
+void OSqlEdit::SetText(const String& rNewText)
{
DBG_CHKTHIS(OSqlEdit,NULL);
if (m_timerUndoActionCreation.IsActive())