summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiqi Liu <me@siqi.fr>2015-03-10 20:38:04 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-16 09:38:06 +0100
commit34f3f244bb48b28c169a8b0c49b421465a191e58 (patch)
treecf3cb3c1e41018d6fd3955e1104384ca94793c0b
parente3b517ee6d985bc3d2f8750643ae4672575d5b8e (diff)
make format consistent with the rest of the file...
-rw-r--r--sc/source/ui/view/gridwin.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 4c225e83c8a5..3063bdf74f0c 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -2294,10 +2294,8 @@ void ScGridWindow::MouseButtonUp( const MouseEvent& rMEvt )
// ScGlobal::OpenURL() only understands Calc A1 style syntax.
// Convert it to Calc A1 before calling OpenURL().
-
- if (pDoc->GetAddressConvention() == formula::FormulaGrammar::CONV_OOO) {
+ if (pDoc->GetAddressConvention() == formula::FormulaGrammar::CONV_OOO)
ScGlobal::OpenURL(pViewData->GetDocument()->GetDrawLayer(), aUrl, aTarget);
- }
else
{
ScAddress aTempAddr;