include/vbahelper/vbaapplicationbase.hxx | 5 ----- 1 file changed, 5 deletions(-)
New commits: commit 64980d88fb75b8a34b1fce4ed1d0d64d0f2d5e09 Author: Tor Lillqvist <[email protected]> Date: Wed Mar 7 13:23:40 2018 +0200 Remove two unnecessary forward declarations Change-Id: I5bf56b6216835870b4beefd588f070a127835514 Reviewed-on: https://gerrit.libreoffice.org/55068 Reviewed-by: Tor Lillqvist <[email protected]> Tested-by: Tor Lillqvist <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
