summaryrefslogtreecommitdiff
path: root/formula/inc/core_resource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/inc/core_resource.hxx')
-rw-r--r--formula/inc/core_resource.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/formula/inc/core_resource.hxx b/formula/inc/core_resource.hxx
index 1990a36c14e3..8a8f49b77b0f 100644
--- a/formula/inc/core_resource.hxx
+++ b/formula/inc/core_resource.hxx
@@ -17,14 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FORMULA_SOURCE_CORE_INC_CORE_RESOURCE_HXX
-#define INCLUDED_FORMULA_SOURCE_CORE_INC_CORE_RESOURCE_HXX
+#pragma once
#include <rtl/ustring.hxx>
#include <formula/formuladllapi.h>
FORMULA_DLLPUBLIC OUString ForResId(const char *pId);
-#endif // INCLUDED_FORMULA_SOURCE_CORE_INC_CORE_RESOURCE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
span>loplugin:stringviewNoel 2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: cpputoolsStephan Bergmann 2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin 2018-12-28Reduce OUString operations and use indexed getTokenMatteo Casalin 2018-10-19clang-tidy readability-misleading-indentationNoel Grandin 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann 2018-09-17New loplugin:externalStephan Bergmann 2018-07-16Add missing sal/log.hxx headersGabor Kelemen 2017-10-23loplugin:includeform: cpputoolsStephan Bergmann 2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin 2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin 2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin 2017-06-05spelling instanciate -> instantiateNoel Grandin 2017-03-25Fix typosAndrea Gelmini 2017-03-11Fix typosAndrea Gelmini 2017-02-28new loplugin unoanyNoel Grandin 2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin 2017-02-21loplugin:subtlezeroinit: cpputoolsStephan Bergmann 2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, cpputoolsStephan Bergmann 2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe