diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-03-07 13:23:40 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-30 15:40:30 +0200 |
commit | 64980d88fb75b8a34b1fce4ed1d0d64d0f2d5e09 (patch) | |
tree | 34ad1588adc53c0abef1abd5c56c0cda9a832b36 /include/vbahelper | |
parent | d067e7daf88df40aeb1582b73dcf92033e948d5e (diff) |
Remove two unnecessary forward declarations
Change-Id: I5bf56b6216835870b4beefd588f070a127835514
Reviewed-on: https://gerrit.libreoffice.org/55068
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include/vbahelper')
-rw-r--r-- | include/vbahelper/vbaapplicationbase.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vbahelper/vbaapplicationbase.hxx b/include/vbahelper/vbaapplicationbase.hxx index 55ea2a32781c..4f392a5d332c 100644 --- a/include/vbahelper/vbaapplicationbase.hxx +++ b/include/vbahelper/vbaapplicationbase.hxx @@ -38,11 +38,6 @@ namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } -namespace ooo { namespace vba { - class XApplicationBase; - class XHelperInterface; -} } - typedef InheritedHelperInterfaceWeakImpl< ov::XApplicationBase > ApplicationBase_BASE; struct VbaApplicationBase_Impl; |