diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-25 09:41:15 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 16:54:57 +0000 |
commit | 3c8efc29d6c0fd3c8d819cc38c2fa0c4385cbfb6 (patch) | |
tree | 70781ef834c664ab21e7c79bd5908580c7ccd521 /dbaccess/source/ui/dlg | |
parent | b93201ffc6ab4908e25bbfbf4337354c09b5c07a (diff) |
Fix typos
Change-Id: If350d22ed9365fa8924dc049f23d7f5cd92b9872
Reviewed-on: https://gerrit.libreoffice.org/35625
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source/ui/dlg')
-rw-r--r-- | dbaccess/source/ui/dlg/tablespage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx index 2e1bdaa25301..eaeb984968bf 100644 --- a/dbaccess/source/ui/dlg/tablespage.hxx +++ b/dbaccess/source/ui/dlg/tablespage.hxx @@ -87,7 +87,7 @@ namespace dbaui virtual void implInitControls(const SfxItemSet& _rSet, bool _bSaveValue) override; // checks the tables according to the filter given - // in oppsofite to implCheckTables, this method handles the case of an empty sequence, too ... + // in opposite to implCheckTables, this method handles the case of an empty sequence, too ... void implCompleteTablesCheck( const css::uno::Sequence< OUString >& _rTableFilter ); }; |