Kaydet (Commit) 4017f593 authored tarafından David Tardon's avatar David Tardon

fix typo

Change-Id: I2ad83dec1e409cd7b12009c31fbe4cc9d73223c1
üst 574d331e
...@@ -543,7 +543,7 @@ ScDocShellRef ScBootstrapFixture::load( bool bReadWrite, ...@@ -543,7 +543,7 @@ ScDocShellRef ScBootstrapFixture::load( bool bReadWrite,
std::shared_ptr<const SfxFilter> pFilter(new SfxFilter( std::shared_ptr<const SfxFilter> pFilter(new SfxFilter(
rFilter, rFilter,
OUString(), nFilterFlags, nClipboardID, rTypeName, 0, OUString(), OUString(), nFilterFlags, nClipboardID, rTypeName, 0, OUString(),
rUserData, OUString("private:factory/scalc*"))); rUserData, OUString("private:factory/scalc")));
const_cast<SfxFilter*>(pFilter.get())->SetVersion(nFilterVersion); const_cast<SfxFilter*>(pFilter.get())->SetVersion(nFilterVersion);
ScDocShellRef xDocShRef = new ScDocShell; ScDocShellRef xDocShRef = new ScDocShell;
......
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