[Libreoffice-commits] core.git: svx/source

Stephan Bergmann sbergman at redhat.com
Thu Apr 3 05:42:04 PDT 2014


 svx/source/fmcomp/fmgridcl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f36f17a1bad121f978ce55b635ccf23e00915cb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Apr 3 14:41:39 2014 +0200

    typo
    
    Change-Id: Idb3414291161dc50ac5b291699d7ae8672576532

diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx
index 42e3133..ef2f6c9 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);
 }


More information about the Libreoffice-commits mailing list