diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-01-19 11:00:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-01-19 11:00:58 +0100 |
commit | 02f76dec4c54ec7fb28729941c7044307058665a (patch) | |
tree | 56ecd477d9c3df3ae9cb94a471d14ee2d3cc243a | |
parent | 61682ae51129310b62290be77c8349754845aedb (diff) |
Re fdo#80538: Remove read-only infobar after "Save As..."
...on a doc in r/o mode, which will switch to the newly saved document in r/w
mode. Was missing from c6270de939d5ee51b61dc4ac02c52f1d9b5b1e47 "fdo#80538 Show
an infobar when document is in read-only mode."
Change-Id: Ie17f4213f989cb4b9d3f7fc114392ec6f516a965
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 7bc7712f822a..0edb0e8ef2b6 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -728,6 +728,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq) if ( nId == SID_SAVEASDOC && nErrorCode == ERRCODE_NONE ) { + GetFrame()->RemoveInfoBar("readonly"); SetReadOnlyUI(false); } |