summaryrefslogtreecommitdiffstats
path: root/include/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-17 00:31:43 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-17 12:06:11 +0100
commitc66fe94d3e9cc1394dd4b569a3d8f374208a729b (patch)
tree2c5a681c0903755e492de63c4f41c9c5d844ee8c /include/basic
parentandroid: make compat header self-contained (diff)
downloadcore-c66fe94d3e9cc1394dd4b569a3d8f374208a729b.tar.gz
core-c66fe94d3e9cc1394dd4b569a3d8f374208a729b.zip
Fix typos
Change-Id: I5fff9ccb1bc74b85ee378439ffa2272583ffcb0f Reviewed-on: https://gerrit.libreoffice.org/48024 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/basic')
-rw-r--r--include/basic/sbstar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx
index 8774f524c6c0..86b0d8e7a0c6 100644
--- a/include/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
@@ -86,7 +86,7 @@ public:
StarBASIC( StarBASIC* pParent = nullptr, bool bIsDocBasic = false );
- // #51727 SetModified overridden so that the Modfied-State is
+ // #51727 SetModified overridden so that the Modified-State is
// not delivered to Parent.
virtual void SetModified( bool ) override;