summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-10 18:24:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-10 18:24:23 +0100
commit55b68ad017d61f2fd4a3408632007880aabd05fe (patch)
tree904169ac3e8b6c064440b7e0f710db7a3f689543 /include
parent4de09a9efdb62cf90ce18662852e556cf7148e14 (diff)
Instantiate ImplSVData on demand
Change-Id: I661949a8635a2ed1a1efda77ced48a0fa9f6722e
Diffstat (limited to 'include')
-rw-r--r--include/vcl/svapp.hxx1
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();