diff options
Diffstat (limited to 'forms/source/component/GroupManager.hxx')
-rw-r--r-- | forms/source/component/GroupManager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/GroupManager.hxx b/forms/source/component/GroupManager.hxx index e2f3b68f4b2e..a8f45f39c7f0 100644 --- a/forms/source/component/GroupManager.hxx +++ b/forms/source/component/GroupManager.hxx @@ -137,7 +137,7 @@ class OGroup std::vector<OGroupCompAcc> m_aCompAccArray; OUString m_aGroupName; - sal_uInt16 m_nInsertPos; // The insertion position of the GroupComps is determind by the Group + sal_uInt16 m_nInsertPos; // The insertion position of the GroupComps is determined by the Group friend class OGroupLess; |