summaryrefslogtreecommitdiff
path: root/cui/source/options/optsave.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optsave.cxx')
-rw-r--r--cui/source/options/optsave.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx
index 9aabe400d7f8..eb86ee50a908 100644
--- a/cui/source/options/optsave.cxx
+++ b/cui/source/options/optsave.cxx
@@ -408,8 +408,7 @@ void SvxSaveTabPage::Reset( const SfxItemSet* )
for(sal_Int32 n = 0; n < aDocTypeLB->GetEntryCount(); n++)
{
sal_IntPtr nData = reinterpret_cast<sal_IntPtr>(aDocTypeLB->GetEntryData(n));
- OUString sCommand;
- sCommand = "getSortedFilterList():module=%1:iflags=" +
+ OUString sCommand = "getSortedFilterList():module=%1:iflags=" +
OUString::number(static_cast<int>(SfxFilterFlags::IMPORT|SfxFilterFlags::EXPORT)) +
":eflags=" +
OUString::number(static_cast<int>(SfxFilterFlags::NOTINFILEDLG));