Kaydet (Commit) a26defa1 authored tarafından Szymon Kłos's avatar Szymon Kłos

removed warning: 'Unknown item detected'

Change-Id: I36b2faca9205aba870aa993214d0c062ae4f83d9
üst d9fcfef9
......@@ -922,7 +922,7 @@ void TransformItems( sal_uInt16 nSlotId, const SfxItemSet& rSet, uno::Sequence<b
if ( nSlotId == SID_OPENURL )
nSlotId = SID_OPENDOC;
if ( nSlotId == SID_SAVEASURL )
if ( nSlotId == SID_SAVEASURL || nSlotId == SID_SAVEASREMOTE )
nSlotId = SID_SAVEASDOC;
// find number of properties to avoid permanent reallocations in the sequence
......
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