From d3084fb2442b9584b46fba743158c3fe46defa81 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 29 Mar 2016 17:29:13 +0200 Subject: Remove undocumented perftune.ini QuickstartPreloadConfiguration ...originally added to OOo in 2005 with 8a9d865b32b760804adf53b0d68fd74785890915 "INTEGRATION: CWS cov2src: #126234# Join MWS COV680 m4 into SRC680". Change-Id: I7167c99e28b56c9048de32576e793e2eaa1fc6a6 --- desktop/inc/app.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'desktop/inc') diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 89b8803f23b5..3bcc098a81c7 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -142,9 +142,6 @@ class Desktop : public Application static OUString CreateErrorMsgString( utl::Bootstrap::FailureCode nFailureCode, const OUString& aFileURL ); - static void PreloadModuleData( const CommandLineArgs& ); - static void PreloadConfigurationData(); - css::uno::Reference m_rSplashScreen; void OpenSplashScreen(); void CloseSplashScreen(); -- cgit