Bugzilla – Attachment 149634 Details for
Bug 123470
[ally] Libreoffice writer. Problems "save as" or "save a copy" when using text box
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
this would work
refetch-always-if-mismatch.patch (text/plain), 1023 bytes, created by
Caolán McNamara
on 2019-02-27 16:12:22 UTC
(
hide
)
Description:
this would work
Filename:
MIME Type:
Creator:
Caolán McNamara
Created:
2019-02-27 16:12:22 UTC
Size:
1023 bytes
patch
obsolete
>diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx >index 2aadd092824b..e4b04fb3fe9e 100644 >--- a/svx/source/unodraw/unoshtxt.cxx >+++ b/svx/source/unodraw/unoshtxt.cxx >@@ -637,17 +637,17 @@ SvxTextForwarder* SvxTextEditSourceImpl::GetTextForwarder() > if( mpModel == nullptr ) > mpModel = &mpObject->getSdrModelFromSdrObject(); > >+ if( IsEditMode() != mbForwarderIsEditMode ) >+ { >+ // forwarder mismatch - create new >+ mpTextForwarder.reset(); >+ } >+ > // distinguish the cases > // a) connected to view, maybe edit mode is active, can work directly on the EditOutliner > // b) background Outliner, reflect changes into ParaOutlinerObject (this is exactly the old UNO code) > if( HasView() ) > { >- if( IsEditMode() != mbForwarderIsEditMode ) >- { >- // forwarder mismatch - create new >- mpTextForwarder.reset(); >- } >- > if( IsEditMode() ) > return GetEditModeTextForwarder(); > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 123470
: 149634