diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2017-04-24 13:23:51 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2017-04-24 13:57:17 +0200 |
commit | 653e455e1bd5bab87dbc6a20853c8a9ca0af6175 (patch) | |
tree | 58228de27d4d38b45c7accd0811bb708e290a4c7 /sfx2/source/view | |
parent | 92b8b8b04cdceedcdc4e58041d9d4d1c7dee21b8 (diff) |
Do not pass a suggested name to GUIStoreModel: it is always overwritten
Change-Id: Iac60c012f05916c5324e1ea8bae142ab329aa4e0
Diffstat (limited to 'sfx2/source/view')
-rw-r--r-- | sfx2/source/view/ipclient.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx index b3fa11e945af..a60a84c822b9 100644 --- a/sfx2/source/view/ipclient.cxx +++ b/sfx2/source/view/ipclient.cxx @@ -844,7 +844,6 @@ ErrCode SfxInPlaceClient::DoVerb( long nVerb ) "SaveAs", aDispatchArgs, false, - "", SignatureState::NOSIGNATURES ); } catch( const task::ErrorCodeIOException& aErrorEx ) |