Fix typos

Change-Id: Ibe94c7379a9389a0506c33666bf2bfb033f96f08
Reviewed-on: https://gerrit.libreoffice.org/54670
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
This commit is contained in:
Andrea Gelmini
2018-05-14 16:17:19 +02:00
committed by Jens Carl
parent 8fae8a6cd7
commit 2985319ebd
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ public:
// too clever // too clever
if (fn == SRCDIR "/pyuno/source/module/pyuno_runtime.cxx") if (fn == SRCDIR "/pyuno/source/module/pyuno_runtime.cxx")
return; return;
// m_pExampleSet here is very badly manageed. sometimes it is owning, sometimes not, // m_pExampleSet here is very badly managed. sometimes it is owning, sometimes not,
// and the logic depends on overriding methods. // and the logic depends on overriding methods.
if (fn == SRCDIR "/sfx2/source/dialog/tabdlg.cxx") if (fn == SRCDIR "/sfx2/source/dialog/tabdlg.cxx")
return; return;

View File

@@ -56,7 +56,7 @@ ODatasourceSelectDialog::ODatasourceSelectDialog(vcl::Window* _pParent, const St
get(m_pManageDatasources, "organize"); get(m_pManageDatasources, "organize");
m_pManageDatasources->Show(); m_pManageDatasources->Show();
// allow ODBC datasource managenment // allow ODBC datasource management
m_pManageDatasources->Show(); m_pManageDatasources->Show();
m_pManageDatasources->Enable(); m_pManageDatasources->Enable();
m_pManageDatasources->SetClickHdl(LINK(this,ODatasourceSelectDialog,ManageClickHdl)); m_pManageDatasources->SetClickHdl(LINK(this,ODatasourceSelectDialog,ManageClickHdl));

View File

@@ -71,7 +71,7 @@ namespace rtl
/** /**
This String class provide base functionality for C++ like 8-Bit This String class provide base functionality for C++ like 8-Bit
character array handling. The advantage of this class is, that it character array handling. The advantage of this class is, that it
handle all the memory managament for you - and it do it handle all the memory management for you - and it do it
more efficient. If you assign a string to another string, the more efficient. If you assign a string to another string, the
data of both strings are shared (without any copy operation or data of both strings are shared (without any copy operation or
memory allocation) as long as you do not change the string. This class memory allocation) as long as you do not change the string. This class