diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-03-22 18:01:41 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-31 01:44:34 +0300 |
commit | 9112d1835b4f974878e24342979bbf54968e4b70 (patch) | |
tree | 6bf23ca05376a0976ceaccf620acbd9b5f611840 /sw/source/ui/vba | |
parent | 97d3aecd09c4ba61ae3bfdae188be872b143f5d4 (diff) |
Bin leftover misleading comment
Change-Id: I594258303469a1f5b9490b824fdc304a5a780784
Diffstat (limited to 'sw/source/ui/vba')
-rw-r--r-- | sw/source/ui/vba/vbaapplication.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaapplication.hxx b/sw/source/ui/vba/vbaapplication.hxx index 73e16c5f71d1..8b8b85f86c8c 100644 --- a/sw/source/ui/vba/vbaapplication.hxx +++ b/sw/source/ui/vba/vbaapplication.hxx @@ -37,7 +37,6 @@ typedef cppu::ImplInheritanceHelper< VbaApplicationBase, ooo::vba::word::XApplic class SwVbaApplication : public SwVbaApplication_BASE { - // FIXME: We allow just one sink at a time std::vector<css::uno::Reference< ooo::vba::XSink >> mvSinks; public: |