From f76026a43acc65465882924796d93e635c35fd90 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 3 May 2014 23:23:06 +1000 Subject: Move ImplInitAppFontData from Window to Application I have renamed ImplInitAppFontData to InitAppFontData and moved it from Window to Application. This is because this is something that sets *application* global variables, it just so happens it gets it from a Window parameter. But it should be set when the application starts, so I have moved it to Main(). Change-Id: I9d98aa5b533166f91352218af267930034648c7a Reviewed-on: https://gerrit.libreoffice.org/9242 Reviewed-by: Chris Sherlock Tested-by: Chris Sherlock --- desktop/inc/app.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/inc/app.hxx') diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 67fc3fbd27a1..8b8affe06a04 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -128,6 +128,7 @@ class Desktop : public Application // throws an exception upon failure private: + void RegisterServices( css::uno::Reference< css::uno::XComponentContext > const & context); void DeregisterServices(); -- cgit v1.2.3