summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/ACallableStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/ACallableStatement.hxx')
-rw-r--r--connectivity/source/inc/ado/ACallableStatement.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/connectivity/source/inc/ado/ACallableStatement.hxx b/connectivity/source/inc/ado/ACallableStatement.hxx
index be36bb3edca2..97a0795e1bfb 100644
--- a/connectivity/source/inc/ado/ACallableStatement.hxx
+++ b/connectivity/source/inc/ado/ACallableStatement.hxx
@@ -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.
@@ -49,7 +50,7 @@ namespace connectivity
public:
DECLARE_SERVICE_INFO();
virtual ~OCallableStatement() {} ;
- // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird:
+ // a Constructor, that is needed for when Returning the Object is needed:
OCallableStatement( OConnection* _pConnection,const OTypeInfoMap& _TypeInfo,const ::rtl::OUString& sql );
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
@@ -86,3 +87,4 @@ namespace connectivity
#endif // _CONNECTIVITY_OCallableStatement_HXX_
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
<khaled@aliftype.com> 2022-06-30tdf#143148 Use pragma once in vcl partMahdi Tizabi Change-Id: Idf48a2ee9909abb7817b37a546b5a94b13324068 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136437 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins 2020-08-15tdf#125234 Qt5 implement CreateFontSubsetJan-Marek Glogowski This abstracts the just refactored vcl::TrueTypeFont class, so the Qt5 backend can provide it's own QRawFont based font table access. Change-Id: Ic71bc95bc8fe39bc7a32086d4adc78cfa00d15be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100718 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> re/commit/include/vcl/builder.hxx?id=7419057e3ec4365748fa6456e207f40fd9e09c62'>loplugin:unusedmethods in chart2..svxNoel Grandin 2016-08-18screenshots: added more virtualization/abstractionArmin Le Grand 2016-07-08GSoC notebookbar: container with prioritySzymon Kłos 2016-06-28loplugin:refcounting on NotebookBarNoel Grandin 2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos 2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin 2016-04-14loplugin:passstuffbyref in vclNoel Grandin 2016-04-01loplugin:constantparam in vclNoel Grandin 2016-03-13fix strange memory leak in VclBuilderMarkus Mohrhard 2016-02-09Remove excess newlinesChris Sherlock 2016-01-08vcl: silence doxygen warningChris Sherlock 2015-12-21loplugin:unusedmethodsNoel Grandin 2015-11-25loplugin:unusedfields in include/vclNoel Grandin