diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-10 18:24:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-10 18:24:23 +0100 |
commit | 55b68ad017d61f2fd4a3408632007880aabd05fe (patch) | |
tree | 904169ac3e8b6c064440b7e0f710db7a3f689543 /include | |
parent | 4de09a9efdb62cf90ce18662852e556cf7148e14 (diff) |
Instantiate ImplSVData on demand
Change-Id: I661949a8635a2ed1a1efda77ced48a0fa9f6722e
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/svapp.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index b4d69ba5aacd..fbc42ab52265 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -241,7 +241,6 @@ public: @attention The initialization of the application itself is done in Init() @see InitSalData is implemented by platform specific code. - ImplInitSVData initializes the global instance data */ Application(); |