summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbaccess/source/ui/control/undosqledit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/control/undosqledit.cxx b/dbaccess/source/ui/control/undosqledit.cxx
index 3450c9538979..4c4ed56baadb 100644
--- a/dbaccess/source/ui/control/undosqledit.cxx
+++ b/dbaccess/source/ui/control/undosqledit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: undosqledit.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:03:25 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 15:52:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,7 +49,7 @@ namespace dbaui
void OSqlEditUndoAct::ToggleText()
{
String strNext = m_pOwner->GetText();
- m_pOwner->OverloadedSetText(m_strNextText);
+ m_pOwner->SetText(m_strNextText);
m_strNextText =strNext;
}
// -----------------------------------------------------------------------------