summaryrefslogtreecommitdiffstats
path: root/vbahelper/source/vbahelper/vbacommandbarcontrols.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbacommandbarcontrols.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbacommandbarcontrols.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbacommandbarcontrols.cxx b/vbahelper/source/vbahelper/vbacommandbarcontrols.cxx
index b180fb7ba8ea..9c0772c9c9da 100644
--- a/vbahelper/source/vbahelper/vbacommandbarcontrols.cxx
+++ b/vbahelper/source/vbahelper/vbacommandbarcontrols.cxx
@@ -257,7 +257,7 @@ ScVbaCommandBarControls::getServiceNames()
class VbaDummyIndexAccess : public ::cppu::WeakImplHelper< container::XIndexAccess >
{
public:
- inline VbaDummyIndexAccess() {}
+ VbaDummyIndexAccess() {}
// XIndexAccess
virtual ::sal_Int32 SAL_CALL getCount( ) override
{ return 0; }