diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-07-08 18:44:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-07-08 18:47:25 +0200 |
commit | d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46 (patch) | |
tree | 9680b59e62e70a66f4763482dc6b6b6e2dae0932 /sfx2/source/appl/fileobj.cxx | |
parent | 969bc572441ef8fd43cd7d350a533ffd715b74d3 (diff) |
rename sfx2 log area to sfx
not like there never was a sfx1 anyway... perhaps we should rename the
whole module...
Change-Id: I50c7302f84f15a1d778eca19507694a3bd070b22
Diffstat (limited to 'sfx2/source/appl/fileobj.cxx')
-rw-r--r-- | sfx2/source/appl/fileobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/fileobj.cxx b/sfx2/source/appl/fileobj.cxx index b99ef48cdf75..b07731e2042e 100644 --- a/sfx2/source/appl/fileobj.cxx +++ b/sfx2/source/appl/fileobj.cxx @@ -549,7 +549,7 @@ IMPL_LINK( SvFileObject, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg ) } else { - SAL_WARN( "sfx2.appl", "SvFileObject::DialogClosedHdl(): wrong file type" ); + SAL_WARN( "sfx.appl", "SvFileObject::DialogClosedHdl(): wrong file type" ); } if ( aEndEditLink.IsSet() ) |