summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-10-01 21:25:42 -0400
committerMarco Cecchetti <mrcekets@gmail.com>2016-10-03 12:24:57 +0000
commit051a9eb9ca205787e0763ef5118ef8e3c4b0aec9 (patch)
tree803ebe8bf2cad764086e061d5d64e9ed0edcee12 /desktop
parent5fa79137b92417784c6123b88617bec6c7582d4e (diff)
Calc LOK: clear cell background when editing in parallel
Change-Id: Id8eccf00ec6555d62c49e06130e3aa3a0eaaddea Reviewed-on: https://gerrit.libreoffice.org/29450 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit b16ba7314ef93b657dea4d6dd676b2dfd265bcaa) Reviewed-on: https://gerrit.libreoffice.org/29486 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 2de46cfe55b9..1b49e1f4ab8a 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -267,7 +267,8 @@ static OUString getAbsoluteURL(const char* pURL)
if (!aWorkingDir.endsWith("/"))
aWorkingDir += "/";
- try {
+ try
+ {
return rtl::Uri::convertRelToAbs(aWorkingDir, aURL);
}
catch (const rtl::MalformedUriException &)