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

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Tue May 29 06:41:51 UTC 2018


 vbahelper/source/vbahelper/vbacommandbarhelper.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 535f31419ab61c33212b1dd2693e34968902d3ad
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Mon May 28 14:45:31 2018 +0200

    Add missing include
    
    Change-Id: I0b3af7ac36631748c0d33afb6d06d19761af9c41
    Reviewed-on: https://gerrit.libreoffice.org/54926
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/vbahelper/source/vbahelper/vbacommandbarhelper.cxx b/vbahelper/source/vbahelper/vbacommandbarhelper.cxx
index b2d01cfa633f..5b344dc61225 100644
--- a/vbahelper/source/vbahelper/vbacommandbarhelper.cxx
+++ b/vbahelper/source/vbahelper/vbacommandbarhelper.cxx
@@ -18,6 +18,7 @@
  */
 #include "vbacommandbarhelper.hxx"
 #include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/lang/XServiceInfo.hpp>
 #include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
 #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
 #include <com/sun/star/ui/XUIConfigurationStorage.hpp>


More information about the Libreoffice-commits mailing list