Kaydet (Commit) 32ccfb59 authored tarafından Andreas Bregas's avatar Andreas Bregas

ab81: #i115671# Fixed Save button handling in Basic IDE

üst af053999
...@@ -309,7 +309,10 @@ void BasicIDEShell::onDocumentSave( const ScriptDocument& /*_rDocument*/ ) ...@@ -309,7 +309,10 @@ void BasicIDEShell::onDocumentSave( const ScriptDocument& /*_rDocument*/ )
void BasicIDEShell::onDocumentSaveDone( const ScriptDocument& /*_rDocument*/ ) void BasicIDEShell::onDocumentSaveDone( const ScriptDocument& /*_rDocument*/ )
{ {
// not interested in // #i115671: Update SID_SAVEDOC after saving is completed
SfxBindings* pBindings = BasicIDE::GetBindingsPtr();
if ( pBindings )
pBindings->Invalidate( SID_SAVEDOC );
} }
void BasicIDEShell::onDocumentSaveAs( const ScriptDocument& /*_rDocument*/ ) void BasicIDEShell::onDocumentSaveAs( const ScriptDocument& /*_rDocument*/ )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment