diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-05-28 12:01:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-05-28 12:01:27 +0000 |
commit | f431658eff0703a6ca0f1d42faa8c9eb2789be71 (patch) | |
tree | 1922ad3237c1d3e82962489192460af66e644d61 /framework | |
parent | 8147b602119ba6129753c7ebfa89aa4effa5adcc (diff) |
#65293#: insert braces
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/recording/dispatchrecorder.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/recording/dispatchrecorder.cxx b/framework/source/recording/dispatchrecorder.cxx index 5e1d26350411..ba06d1b0fb55 100644 --- a/framework/source/recording/dispatchrecorder.cxx +++ b/framework/source/recording/dispatchrecorder.cxx @@ -197,8 +197,9 @@ static void AppendToBuffer( css::uno::Any aValue, ::rtl::OUStringBuffer& aArgume aArgumentBuffer.appendAscii(")"); } - else + else { LOG_WARNING("","Type not scriptable!") + } } void SAL_CALL DispatchRecorder::implts_recordMacro( const css::util::URL& aURL, |