diff --git a/PROMS/DSOFramer/Source2005/dsofdocobj.cpp b/PROMS/DSOFramer/Source2005/dsofdocobj.cpp index 64fd9faf..34721835 100644 --- a/PROMS/DSOFramer/Source2005/dsofdocobj.cpp +++ b/PROMS/DSOFramer/Source2005/dsofdocobj.cpp @@ -1556,7 +1556,8 @@ STDMETHODIMP CDsoDocObject::SaveDocToFile(LPWSTR pwszFullName, BOOL fKeepLock) #endif // Do the save using file path or NULL if we are saving to current file... - hr = pipfile->Save((fSameAsOpen ? NULL : pwszFullName), fKeepLock); + //hr = pipfile->Save((fSameAsOpen ? NULL : pwszFullName), fKeepLock); + hr = pipfile->Save(pwszFullName, fKeepLock); #ifdef DSO_WORD12_PERSIST_BUG // HACK: If we have the pwszWordCurFile, we'll assume Word 12 RTM might have saved this, and we