diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-01-31 12:08:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-01-31 12:08:36 +0200 |
commit | b46c8254dd266873565732db503ac3ede79f7be2 (patch) | |
tree | de155f395f9bf9905fcbc1fc2376b92e89483dcc /sw/source/ui | |
parent | 0088b38f9e5c11e87a30c1b1a6a640f46b0ebdf4 (diff) |
Bin line that has been commented out forever
Change-Id: I363ad44545adae11fb4d74048d906eb6fdd8e819
Diffstat (limited to 'sw/source/ui')
-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 7a2fc9bd37ad..eb9380703316 100644 --- a/sw/source/ui/vba/vbaapplication.hxx +++ b/sw/source/ui/vba/vbaapplication.hxx @@ -30,7 +30,6 @@ #include <vbahelper/vbaapplicationbase.hxx> #include <cppuhelper/implbase.hxx> -//typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XApplication > SwVbaApplication_BASE; typedef cppu::ImplInheritanceHelper< VbaApplicationBase, ooo::vba::word::XApplication > SwVbaApplication_BASE; class SwVbaApplication : public SwVbaApplication_BASE |