diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 14:37:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 14:37:35 +0000 |
commit | e689ce5c47ef978b7c303b73d7e489e76a34e81d (patch) | |
tree | 5e25feef8aab2ed7e3fe40ef743f2ac0b4904456 /dbaccess/source/ui | |
parent | 18b5106f0481a8b341cba361ad559eca4de6d8fd (diff) |
INTEGRATION: CWS insight01 (1.1.142); FILE MERGED
2004/07/09 14:05:16 oj 1.1.142.1: resource changes
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/control/undosqledit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/control/undosqledit.cxx b/dbaccess/source/ui/control/undosqledit.cxx index bf62fdf21336..a15d0d5cb56a 100644 --- a/dbaccess/source/ui/control/undosqledit.cxx +++ b/dbaccess/source/ui/control/undosqledit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: undosqledit.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2001-01-09 16:07:35 $ + * last change: $Author: hr $ $Date: 2004-08-02 15:37:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ void OSqlEditUndoAct::ToggleText() { String strNext = m_pOwner->GetText(); m_pOwner->OverloadedSetText(m_strNextText); - m_strNextText = strNext; + m_strNextText =strNext; } // ----------------------------------------------------------------------------- } // namespace |