diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-09 10:53:30 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:53:35 +0200 |
commit | a26defa1e54c9a5016948b4a987f47530a311647 (patch) | |
tree | 2ddcc41f19d1ec79f2f1fd39565caf6a1c87df1b /sfx2 | |
parent | d9fcfef9981a48ddd4472df71fc469884a426baa (diff) |
removed warning: 'Unknown item detected'
Change-Id: I36b2faca9205aba870aa993214d0c062ae4f83d9
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 28e826c009d3..876cf3423e0d 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -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 |