View | Details | Raw Unified | Return to issue 103568
Collapse All | Expand All

(-)guisaveas.cxx (-1 / +1 lines)
Lines 836-842 Link Here
836
    ::rtl::OUString aAdjustToType;
836
    ::rtl::OUString aAdjustToType;
837
837
838
    // bSetStandardName == true means that user agreed to store document in the default (default default ;-)) format
838
    // bSetStandardName == true means that user agreed to store document in the default (default default ;-)) format
839
	if ( bSetStandardName || GetStorable()->hasLocation() )
839
	if ( (aDialogFlags != SFXWB_EXPORT) && ( bSetStandardName || GetStorable()->hasLocation() ))
840
    {
840
    {
841
        uno::Sequence< beans::PropertyValue > aOldFilterProps;
841
        uno::Sequence< beans::PropertyValue > aOldFilterProps;
842
        ::rtl::OUString aOldFilterName = GetDocProps().getUnpackedValueOrDefault(
842
        ::rtl::OUString aOldFilterName = GetDocProps().getUnpackedValueOrDefault(

Return to issue 103568