From 0f3be2e19fa408d7069d586ccf04cb3f3eccd6b9 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Thu, 13 Sep 2018 12:23:36 +0200 Subject: Unify sal plugin loaders Change-Id: Ic099761eaff80349e985ccf62e3f4aa6b2e98022 Reviewed-on: https://gerrit.libreoffice.org/61103 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski --- include/vcl/svapp.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/vcl/svapp.hxx') diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index e3c33af5d774..8fd852a5cb53 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -259,8 +259,6 @@ public: platform specific data structures. @attention The initialization of the application itself is done in Init() - - @see InitSalData is implemented by platform specific code. */ Application(); @@ -268,9 +266,6 @@ public: Deinitializes the LibreOffice global instance data structure, then deinitializes any platform specific data structures. - - @see ImplDeInitSVData deinitializes the global instance data, - DeInitSalData is implemented by platform specific code */ virtual ~Application(); -- cgit