diff options
author | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-12-01 07:14:41 +0100 |
---|---|---|
committer | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-12-01 07:14:41 +0100 |
commit | d14913816d74d0f8105e6d46d86a6617eb2cd773 (patch) | |
tree | f17c837886ee621984a412432bf59bd12598bc13 | |
parent | 008baf79d5d1dd5ffed75b1ecb3e15fff018b587 (diff) |
add new line at end
-rw-r--r-- | dbaccess/source/ui/misc/WCopyTable.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx index dd31e3b87cee..1cdf6156a789 100644 --- a/dbaccess/source/ui/misc/WCopyTable.cxx +++ b/dbaccess/source/ui/misc/WCopyTable.cxx @@ -1698,4 +1698,5 @@ void OCopyTableWizard::showError(const Any& _aError) DBG_UNHANDLED_EXCEPTION(); } } -}
\ No newline at end of file +} + |