summaryrefslogtreecommitdiffstats
path: root/forms/source/component/Button.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Button.cxx')
-rw-r--r--forms/source/component/Button.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx
index e22590701608..09c676ebe844 100644
--- a/forms/source/component/Button.cxx
+++ b/forms/source/component/Button.cxx
@@ -182,7 +182,7 @@ void OButtonModel::read(const Reference<XObjectInputStream>& _rxInStream) throw
case 0x0003:
{
OStreamSection aSection( _rxInStream.get() );
- // this will skip any unknown bytes in it's dtor
+ // this will skip any unknown bytes in its dtor
// button type
m_eButtonType = (FormButtonType)_rxInStream->readShort();