diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-04-21 19:16:24 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-04-22 17:55:29 +0200 |
commit | 13a159896e3db1edd3f2d258bce1f9732ed8499e (patch) | |
tree | 9ac6ae2d78d02daa2e16b699863e62d3b4b62e28 /forms | |
parent | f7be9c71d46310b22194461b3dae217df0e41f1e (diff) |
janitorial: typo in comment
Change-Id: I5434b05a7980919773d017b5b450f5d3c2325551
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/ListBox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx index 2540ad8eb4ca..927befe96f46 100644 --- a/forms/source/component/ListBox.hxx +++ b/forms/source/component/ListBox.hxx @@ -198,7 +198,7 @@ protected: virtual ::com::sun::star::uno::Any getCurrentFormComponentValue() const; - // OEntryListHelper overriables + // OEntryListHelper overridables virtual void stringItemListChanged( ControlModelLock& _rInstanceLock ); virtual void connectedExternalListSource( ); virtual void disconnectedExternalListSource( ); |