diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-05-07 18:54:45 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-05-07 18:54:45 +0200 |
commit | a2aabff823450be2c531059f8d8c5d56adcf375a (patch) | |
tree | 1d11591062ab06dfeca3a10af513a9d1143fcd33 /sfx2 | |
parent | dba9580e6fbe5b72077c2a6c041b39647de9e199 (diff) | |
parent | 871e3519d00c1fe77eebe0d42a401851e3fcecb2 (diff) |
CWS gnumake2: merging minibranches
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 8159fc8430..5ffd01cd4a 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -463,7 +463,7 @@ void SfxOfficeDispatch::SetMasterUnoCommand( sal_Bool bSet ) sal_Bool SfxOfficeDispatch::IsMasterUnoCommand() const { if ( pControllerItem ) - pControllerItem->isMasterSlaveCommand(); + return pControllerItem->isMasterSlaveCommand(); return sal_False; } |