summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/commontools/FValue.cxx2
-rw-r--r--svx/source/form/fmshell.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx
index ab33c028bbd8..3318fc14cdef 100644
--- a/connectivity/source/commontools/FValue.cxx
+++ b/connectivity/source/commontools/FValue.cxx
@@ -794,7 +794,7 @@ bool ORowSetValue::operator==(const ORowSetValue& _rRH) const
break;
}
break;
- }
+ }
return false;
}
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( );
}
}
}