| commit | 64980d88fb75b8a34b1fce4ed1d0d64d0f2d5e09 | [log] |
|---|---|---|
| author | Tor Lillqvist <tml@collabora.com> | Wed Mar 07 13:23:40 2018 +0200 |
| committer | Tor Lillqvist <tml@collabora.com> | Wed May 30 15:40:30 2018 +0200 |
| tree | 34ad1588adc53c0abef1abd5c56c0cda9a832b36 | |
| 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>
diff --git a/include/vbahelper/vbaapplicationbase.hxx b/include/vbahelper/vbaapplicationbase.hxx index 55ea2a3..4f392a5 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;