diff options
author | Eike Rathke <erack@redhat.com> | 2017-02-07 17:17:10 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-02-09 16:58:51 +0100 |
commit | 12ecbe796218dd1b1a3e951e6cbc532ff41be6bc (patch) | |
tree | 63f7fe7e72d9db6ab7864725cf80c44431b8ceb1 /forms/source/xforms | |
parent | b6a69585b00867005820c1dd94e10e0e6b545e2a (diff) |
space typo
it's an interface name..
Change-Id: Ie758f29864761a4e0c41326dac14d233c22e5f52
Diffstat (limited to 'forms/source/xforms')
-rw-r--r-- | forms/source/xforms/binding.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx index 9f1220ff1618..bf6cedc29bed 100644 --- a/forms/source/xforms/binding.hxx +++ b/forms/source/xforms/binding.hxx @@ -330,7 +330,7 @@ public: virtual void SAL_CALL setValue( const css::uno::Any& aValue ) override; - // XListEntry Source + // XListEntrySource virtual sal_Int32 SAL_CALL getListEntryCount() override; |