Fix typos
Change-Id: I13c3dc33722f139582f27412d5d336264d3d15a3 Reviewed-on: https://gerrit.libreoffice.org/18942 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
This commit is contained in:
committed by
Samuel Mehrbrodt
parent
a50539e2aa
commit
3f6da86e9f
@@ -156,7 +156,7 @@ class TransactionGuard
|
||||
com::sun::star::uno::Reference< com::sun::star::sdbc::XStatement > m_stmt;
|
||||
bool m_commited;
|
||||
public:
|
||||
/// takes over ownership of given statemet
|
||||
/// takes over ownership of given statement
|
||||
explicit TransactionGuard( const com::sun::star::uno::Reference< com::sun::star::sdbc::XStatement > &stmt );
|
||||
~TransactionGuard( );
|
||||
|
||||
|
Reference in New Issue
Block a user