diff options
Diffstat (limited to 'sfx2/source/control/unoctitm.cxx')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index e7d31019e4b2..94cc07839585 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1046,7 +1046,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c const SfxUInt32Item* pUndoConflict = dynamic_cast< const SfxUInt32Item * >( pState ); if ( pUndoConflict && pUndoConflict->GetValue() > 0 ) { - aBuffer.append(OUString("disabled")); + aBuffer.append("disabled"); } else { @@ -1148,7 +1148,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c } else { - aBuffer.append(OUString("disabled")); + aBuffer.append("disabled"); } } else if (aEvent.FeatureURL.Path == "Position") |