summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-01 09:39:35 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-01 09:41:50 -0500
commitdf9ecb71c7b2622a082849b556dba5008d271b6a (patch)
tree3b111d581fdddc854ffb8b28fd86b7561ca16be2 /filter
parenta30795ce516b273a3a56a136b9b8802a23dd632a (diff)
targeted string re-work
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xsltfilter/XSLTFilter.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/source/xsltfilter/XSLTFilter.cxx b/filter/source/xsltfilter/XSLTFilter.cxx
index 9e70b8859a76..f3ebd2f62992 100644
--- a/filter/source/xsltfilter/XSLTFilter.cxx
+++ b/filter/source/xsltfilter/XSLTFilter.cxx
@@ -251,8 +251,7 @@ m_rServiceFactory(r), m_bTerminated(sal_False), m_bError(sal_False)
OUString(
"com.sun.star.util.PathSubstitution" )),
UNO_QUERY);
- OUString aWorkingDir(subs->getSubstituteVariableValue(OUString(
- "$(progurl"))));
+ OUString aWorkingDir(subs->getSubstituteVariableValue(OUString( "$(progurl)")));
INetURLObject aObj(aWorkingDir);
aObj.setFinalSlash();
bool bWasAbsolute;