diff options
Diffstat (limited to 'dbaccess/source/ui/control/undosqledit.cxx')
-rw-r--r-- | dbaccess/source/ui/control/undosqledit.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dbaccess/source/ui/control/undosqledit.cxx b/dbaccess/source/ui/control/undosqledit.cxx index 4c3b1d59bee9..ddcf28de4bbc 100644 --- a/dbaccess/source/ui/control/undosqledit.cxx +++ b/dbaccess/source/ui/control/undosqledit.cxx @@ -17,21 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "undosqledit.hxx" #include "sqledit.hxx" namespace dbaui { -//------------------------------------------------------------------------------ void OSqlEditUndoAct::ToggleText() { String strNext = m_pOwner->GetText(); m_pOwner->SetText(m_strNextText); m_strNextText =strNext; } -// ----------------------------------------------------------------------------- + } // namespace -// ----------------------------------------------------------------------------- /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |