summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-10-18 18:42:24 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2015-10-18 16:45:32 +0000
commit403e652402bddca925d7163373b9f8ebbac2374e (patch)
tree9ab395374f3b0722d105c7a77c4cda82016a56ad /svx
parent3d39b1284380725c2bec5426a5d8c4d078567f1f (diff)
janitorial: indent
Change-Id: I26030811a5da551482b0cc2a18c302160ada6cd6 Reviewed-on: https://gerrit.libreoffice.org/19435 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmshell.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx
index 7665e08453af..100944a57728 100644
--- a/svx/source/form/fmshell.cxx
+++ b/svx/source/form/fmshell.cxx
@@ -283,8 +283,8 @@ bool FmFormShell::PrepareClose(bool bUI)
return false;
}
- if ( bModified )
- bResult = rController->commitCurrentRecord( );
+ if ( bModified )
+ bResult = rController->commitCurrentRecord( );
}
}
}