[Libreoffice-commits] core.git: 2 commits - idl/README sw/source

Miklos Vajna vmiklos at collabora.co.uk
Wed Aug 12 00:08:58 PDT 2015


 idl/README                              |    5 +++++
 sw/source/core/unocore/unochart.cxx     |    1 -
 sw/source/core/unocore/unoparagraph.cxx |    1 -
 3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 77d74a8ced8dc2259e865e8fd2702d693beccb38
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Aug 12 09:07:09 2015 +0200

    sw: unused includes
    
    Change-Id: Ie0377766a0ba505e09cad98fe2fba3b37facd206

diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx
index 925088d..9c100c7 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -46,7 +46,6 @@
 #include <docary.hxx>
 #include <comphelper/servicehelper.hxx>
 #include <comphelper/string.hxx>
-#include <boost/scoped_ptr.hpp>
 
 using namespace ::com::sun::star;
 
diff --git a/sw/source/core/unocore/unoparagraph.cxx b/sw/source/core/unocore/unoparagraph.cxx
index 6e48653..72fc834 100644
--- a/sw/source/core/unocore/unoparagraph.cxx
+++ b/sw/source/core/unocore/unoparagraph.cxx
@@ -45,7 +45,6 @@
 #include <com/sun/star/text/WrapTextMode.hpp>
 #include <com/sun/star/text/TextContentAnchorType.hpp>
 #include <comphelper/servicehelper.hxx>
-#include <boost/scoped_ptr.hpp>
 
 //UUUU
 #include <swunohelper.hxx>
commit e889f6f69de882dfb7ed5a6fb8363ade6ee43d86
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Aug 12 09:06:52 2015 +0200

    idl: add article that has details on SDI file format
    
    Change-Id: I7af9fb6f193387624fcd1279ace1d0972bddc4d4

diff --git a/idl/README b/idl/README
index f710852..b494f10 100644
--- a/idl/README
+++ b/idl/README
@@ -1,2 +1,7 @@
 SvIDL Compiler that generates C++ slot headers from SDI files in modules' sdi/
 subdirectory.
+
+There is an overview of basic architecture of the markup of SDI files in the
+OOo wiki:
+
+https://wiki.openoffice.org/wiki/Framework/Article/Implementation_of_the_Dispatch_API_In_SFX2


More information about the Libreoffice-commits mailing list