Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3286

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/86/3286/1

Update README to explain what codemaker does

README change adapted from
http://wiki.openoffice.org/wiki/Uno/Binary/Modules/codemaker

Change-Id: I8bb1712e616392987c2d6ca46be5060de2f963e2
---
M codemaker/README
M codemaker/source/codemaker/exceptiontree.cxx
2 files changed, 2 insertions(+), 0 deletions(-)



diff --git a/codemaker/README b/codemaker/README
index 5386780..d7af167 100644
--- a/codemaker/README
+++ b/codemaker/README
@@ -3,6 +3,7 @@
   the UNO API C++ binding
 - Java: javamaker generates class files that provide the JVM UNO API binding
 - the one for .Net is in module cli_ure
+- The "codemaker" module holds the language dependent type generators for C++ and Java.
 
 Note the different terminology used by cppumaker vs. gbuild for the
 three variants that can be generated by cppumaker for some of the
diff --git a/codemaker/source/codemaker/exceptiontree.cxx 
b/codemaker/source/codemaker/exceptiontree.cxx
index a6e154e..1507e8a 100644
--- a/codemaker/source/codemaker/exceptiontree.cxx
+++ b/codemaker/source/codemaker/exceptiontree.cxx
@@ -62,6 +62,7 @@
         codemaker::UnoType::Sort s = manager->getSort(b2u(n), &ent);
         (void) s; // WaE: unused variable
         assert(s == codemaker::UnoType::SORT_EXCEPTION_TYPE);
+
         n = u2b(
             static_cast< unoidl::ExceptionTypeEntity * >(ent.get())->
             getDirectBase());

-- 
To view, visit https://gerrit.libreoffice.org/3286
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8bb1712e616392987c2d6ca46be5060de2f963e2
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Chris Sherlock <chris.sherlock79@gmail.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.