summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:52:04 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:52:04 +0000
commite28427dcb0f51ec4a63a5a0a094f22aa46948f5d (patch)
tree46f3e8f0242e8fc85f4de2333bc70883f066a3f5
parent87b71059aec364ab6046a7409cea7bc865402760 (diff)
INTEGRATION: CWS dba24c (1.4.142); FILE MERGED
2007/09/17 09:15:22 fs 1.4.142.1: OverloadedSetText should not be necessary anymore, nowadays
-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;
}
// -----------------------------------------------------------------------------