summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/fmcomp/fmgridcl.cxx2
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);
}