summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/KTables.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/kab/KTables.cxx')
-rw-r--r--connectivity/source/drivers/kab/KTables.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/source/drivers/kab/KTables.cxx b/connectivity/source/drivers/kab/KTables.cxx
index 418f7a1dd676..55f10203b226 100644
--- a/connectivity/source/drivers/kab/KTables.cxx
+++ b/connectivity/source/drivers/kab/KTables.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -88,3 +89,5 @@ void KabTables::disposing(void)
m_xMetaData.clear();
OCollection::disposing();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
242598fcc0a49'>loplugin:unusedmethodsNoel Grandin 2019-02-15weld ScImportOptionsDlgCaolán McNamara 2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara 2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin 2018-08-13Reslves: tdf#119212 sort character setsCaolán McNamara 2018-08-02Add missing sal/log.hxx headersGabor Kelemen 2018-04-29cppcheck: knownConditionTrueFalseJochen Nitschke 2018-04-27loplugin:unusedmethodsNoel Grandin 2018-04-27loplugin:constantparamNoel Grandin 2018-04-21loplugin:unusedmethodsNoel Grandin 2018-04-13weld SwAsciiFilterDlg and set an explicit parent for the dialogCaolán McNamara 2017-12-08loplugin:salcall vcl builder methodsNoel Grandin 2017-10-23loplugin:includeform: svxStephan Bergmann 2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt 2017-08-02split out VclBuilder static methodsCaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara 2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann 2017-04-28move builder attributes from OString to OUStringCaolán McNamara 2016-12-17fix !HAVE_FEATURE_DBCONNECTIVITY buildCaolán McNamara 2016-03-17loplugin:constantparam in svxNoel Grandin 2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin 2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin