diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-05 23:15:37 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-06 09:13:38 +0200 |
commit | c12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (patch) | |
tree | dc9fb5b02c71a41f5b00e89ab2e03f10b4b5864a /svx/source/form/fmvwimp.cxx | |
parent | 3c1c1b8885e76a24b961b2fadbecfb536f423293 (diff) |
Fixing "...."
Change-Id: I3424e17cfdfb563fdc5882942031deafae8689fe
Reviewed-on: https://gerrit.libreoffice.org/78678
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/form/fmvwimp.cxx')
-rw-r--r-- | svx/source/form/fmvwimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx index 69eed6d706a9..8ed702b4a4e0 100644 --- a/svx/source/form/fmvwimp.cxx +++ b/svx/source/form/fmvwimp.cxx @@ -692,7 +692,7 @@ IMPL_LINK_NOARG(FmXFormView, OnActivate, void*, void) if ( !m_pView ) { - OSL_FAIL( "FmXFormView::OnActivate: well .... seems we have a timing problem (the view already died)!" ); + OSL_FAIL( "FmXFormView::OnActivate: well... seems we have a timing problem (the view already died)!" ); return; } |