summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r--jvmfwk/inc/fwkutil.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmfwk/inc/fwkutil.hxx b/jvmfwk/inc/fwkutil.hxx
index ce46ef2cadbe..890ccb15bbcc 100644
--- a/jvmfwk/inc/fwkutil.hxx
+++ b/jvmfwk/inc/fwkutil.hxx
@@ -55,9 +55,9 @@ struct Bootstrap :
buf.append(SAL_CONFIGFILE("/jvmfwk3"));
OUString sIni = buf.makeStringAndClear();
::rtl::Bootstrap * bootstrap = new ::rtl::Bootstrap(sIni);
- SAL_INFO("jfw.level2", "Using configuration file " << sIni);
- return bootstrap;
- }
+ SAL_INFO("jfw.level2", "Using configuration file " << sIni);
+ return bootstrap;
+ }
};
struct FwkMutex: public ::rtl::Static<osl::Mutex, FwkMutex> {};
=044260331d61e97281539d8dfdcbb64089751437'>loplugin:unnecessaryoverride in vclNoel Grandin 2016-10-07loplugin:staticmethods: vclStephan Bergmann 2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-31loplugin:countusersofdefaultparamsNoel Grandin 2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin 2016-03-16loplugin:constantparams in vcl/Noel Grandin 2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-03convert Link<> to typedNoel Grandin 2015-07-24convert WindowAlign to scoped enumNoel Grandin 2015-07-13loplugin:unusedmethods vclNoel Grandin 2015-05-21convert SWIB constants to scoped enumNoel Grandin 2015-05-19tdf#91259 Crash when closing HelpPhilippe Jung 2015-05-18Revert "tdf#91259 Crash when closing Help"Michael Meeks 2015-05-16Correct forward definition.Michael Meeks 2015-05-16tdf#91259 Crash when closing HelpPhilippe Jung 2015-05-11refactor SplitWindow to use RenderContexTomaž Vajngerl 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl 2015-04-09vcl: window destructors calling disposeNoel Grandin 2015-03-09V801: Decreased performanceCaolán McNamara 2015-02-07loplugin:deletedspecialStephan Bergmann 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi 2014-01-18Window::PreNotify should return boolStephan Bergmann 2013-10-23fixincludeguards.sh: include/vclThomas Arnhold 2013-04-23execute move of global headersBjoern Michaelsen