[Libreoffice-commits] core.git: include/sfx2
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 18 09:02:44 UTC 2021
include/sfx2/objsh.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1a1aef10821bb9f20d01d413d45c63b1ab15f782
Author: Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
AuthorDate: Mon Jan 18 08:46:20 2021 +0100
Commit: Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
CommitDate: Mon Jan 18 10:02:05 2021 +0100
Fix typo
Change-Id: I19ca7330285815bb7fdca86ad7348d7e9ae508b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109507
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index a4aaaed93382..b21f7bf4bb69 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -341,7 +341,7 @@ public:
css::uno::Reference<css::text::XTextRange> const& xInsertPosition);
bool ExportTo( SfxMedium &rMedium );
- /** Returns to if preparing was successful, else false. */
+ /** Returns true if preparing was successful, else false. */
bool PrepareForSigning(weld::Window* pDialogParent);
bool CheckIsReadonly(bool bSignScriptingContent);
void RecheckSignature(bool bAlsoRecheckScriptingSignature);
More information about the Libreoffice-commits
mailing list