From 094f92bb789ecd24793c5843bfae13e79122fc5a Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 27 Jan 2014 09:51:58 +0100 Subject: Introduce com.sun.star.util.thePathSettings singleton. To replace single-instance com.sun.star.util.PathSettings service, incorrectly converted in 89b0017b22889af6a8afe28b94c06e7095dc8c6f Keeping util::PathSettings::create in sc/source/ui/vba/vbaapplication.cxx because for some reason util::thePathSettings::get does not work in sc_macros_test while testing sc/qa/extras/testdocuments/Ranges.xls. Change-Id: I75b68ae56ac5b58f72416070dba100ab3ab70fe8 --- vcl/inc/pch/precompiled_vcl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/pch') diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 87234bf1501e..c952a6d04937 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -265,7 +265,7 @@ #include #include #include -#include +#include #include #include #include -- cgit