diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-01-18 08:46:20 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-01-18 10:02:05 +0100 |
commit | 1a1aef10821bb9f20d01d413d45c63b1ab15f782 (patch) | |
tree | 6fd6b1ffbd50e152a7aeb2d0afb4c4e5fc1eda67 /include/sfx2 | |
parent | 5fa8b3edea7ecb4672a11e12fc36f58cd7872586 (diff) |
Fix typo
Change-Id: I19ca7330285815bb7fdca86ad7348d7e9ae508b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109507
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |