[Libreoffice-commits] core.git: include/vbahelper

Tor Lillqvist tml at collabora.com
Wed May 30 13:40:52 UTC 2018


 include/vbahelper/vbaapplicationbase.hxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 64980d88fb75b8a34b1fce4ed1d0d64d0f2d5e09
Author: Tor Lillqvist <tml at collabora.com>
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 <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

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;


More information about the Libreoffice-commits mailing list