diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-03 14:41:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-03 14:41:39 +0200 |
commit | 4f36f17a1bad121f978ce55b635ccf23e00915cb (patch) | |
tree | 986e73f0a7dc4966e07c231e00fe94a0d795e139 | |
parent | 9a5a6880c5f2edc321ed36c8da8d57ed27ac07ec (diff) |
typo
Change-Id: Idb3414291161dc50ac5b291699d7ae8672576532
-rw-r--r-- | svx/source/fmcomp/fmgridcl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index 42e313353873..ef2f6c9d6e6b 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -1380,7 +1380,7 @@ void FmGridControl::DeleteSelectedRows() // XCurrentRecordListener void FmGridControl::positioned(const ::com::sun::star::lang::EventObject& /*rEvent*/) { - SAL_INFO("svx.fmcmop", "FmGridControl::positioned"); + SAL_INFO("svx.fmcomp", "FmGridControl::positioned"); // position on the data source (force it to be done in the main thread) implAdjustInSolarThread(false); } |