summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus/filter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/lotus/filter.cxx')
-rw-r--r--sc/source/filter/lotus/filter.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/lotus/filter.cxx b/sc/source/filter/lotus/filter.cxx
index 496585561b3d..6ea74064f068 100644
--- a/sc/source/filter/lotus/filter.cxx
+++ b/sc/source/filter/lotus/filter.cxx
@@ -42,8 +42,6 @@
// Konstanten
const sal_uInt16 nBOF = 0x0000;
-
-
// externe Variablen
extern WKTYP eTyp; // Typ der gerade in bearbeitung befindlichen Datei
WKTYP eTyp;
ools/accessibleruler.hxx?h=distro/lhm/libreoffice-6-4%2bbackports&id=1bc6bd89adfdfe77e0355319c9b25ee6999f74fc'>tdf#88206 replace cppu::WeakImplHelper* in svtools and svxJochen Nitschke 2016-10-27loplugin:expandablemethods in svtoolsNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin 2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-03-19loplugin:constantfunction: svtoolsNoel Grandin 2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold 2014-04-19fixincludeguards.sh: includeThomas Arnhold 2014-04-15sal_Bool to bool in SvtRulerAccessibleNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-24svtools: sal_Bool->boolNoel Grandin 2014-03-10svtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-10the return of callcatcherCaolán McNamara 2013-11-25Integrate branch of IAccessible2Steve Yin