summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldrani.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmldrani.cxx')
-rw-r--r--sc/source/filter/xml/xmldrani.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmldrani.cxx b/sc/source/filter/xml/xmldrani.cxx
index 61e154ff2efd..641a039cd217 100644
--- a/sc/source/filter/xml/xmldrani.cxx
+++ b/sc/source/filter/xml/xmldrani.cxx
@@ -423,7 +423,7 @@ bool setAutoFilterFlags(ScDocument& rDoc, const ScDBData& rData)
rData.GetArea(aRange);
rDoc.ApplyFlagsTab(
aRange.aStart.Col(), aRange.aStart.Row(), aRange.aEnd.Col(), aRange.aStart.Row(),
- aRange.aStart.Tab(), SC_MF_AUTO);
+ aRange.aStart.Tab(), ScMF::Auto);
return false;
}
>Noel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis 2014-09-15loplugin:salboolStephan Bergmann 2014-09-12fpicker: sal_Bool -> boolStephan Bergmann 2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet 2014-08-25oops, forgot to include osl/thread.hMichael Stahl 2014-08-25set names on the Win32-only threadsMichael Stahl 2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist 2014-08-18ErrorBox->MessageDialogCaolán McNamara 2014-08-13warning C4505: unreferenced local function has been removedThomas Arnhold 2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold 2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold 2014-08-09remove obsolete commentThomas Arnhold 2014-08-01typo: more then -> more thanTakeshi Abe 2014-07-26WaE: convenience initializer should not invoke an initializer on 'super'Tor Lillqvist 2014-07-22callcatcher: update unused codeCaolán McNamara 2014-07-21win32 fpicker: correctly set the default file nameAurimas Fišeras 2014-07-21Revert "Cleaning: remove use of old edt1 from dlg.h (Windows)"Aurimas Fišeras