[Libreoffice-commits] .: 2 commits - binfilter/bf_sw

Caolán McNamara caolan at kemper.freedesktop.org
Thu Dec 23 13:24:21 PST 2010


 binfilter/bf_sw/source/core/text/sw_porlay.cxx |   23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

New commits:
commit 2dd266fafa851bdbbe7632dc29b9715df9157f41
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Dec 23 21:24:12 2010 +0000

    ditch dead comments

diff --git a/binfilter/bf_sw/source/core/text/sw_porlay.cxx b/binfilter/bf_sw/source/core/text/sw_porlay.cxx
index 3ae98df..3259cc6 100644
--- a/binfilter/bf_sw/source/core/text/sw_porlay.cxx
+++ b/binfilter/bf_sw/source/core/text/sw_porlay.cxx
@@ -60,22 +60,6 @@ using namespace ::com::sun::star::i18n::ScriptType;
 namespace binfilter {
 
 /*************************************************************************
- *                 lcl_IsLigature
- *
- * Checks if cCh + cNectCh builds a ligature (used for Kashidas)
- *************************************************************************/
-
-
-/*************************************************************************
- *                 lcl_ConnectToPrev
- *
- * Checks if cCh is connectable to cPrevCh (used for Kashidas)
- *************************************************************************/
-
-
-
-
-/*************************************************************************
  *				   SwLineLayout::~SwLineLayout()
  *
  * class SwLineLayout: Das Layout einer einzelnen Zeile. Dazu
@@ -122,11 +106,6 @@ SwLinePortion *SwLineLayout::Insert( SwLinePortion *pIns )
 /*N*/ }
 
 /*************************************************************************
- *				  virtual SwLineLayout::Append()
- *************************************************************************/
-
-
-/*************************************************************************
  *				  virtual SwLineLayout::Format()
  *************************************************************************/
 
commit f0b884cc5e65e9052c623e4389e503ff385cd8fd
Author: Andy Holder <andy.m.holder at gmail.com>
Date:   Thu Dec 23 17:31:49 2010 +0000

    cppcheck: Invalid Character errors fix
    
    There are a number of "Invalid number of character ({) when these
    macros are defined" error from cppcheck, I think these are
    caused by the start of a namespace
    declaration being inside a #if without it's closing }.

diff --git a/binfilter/bf_sw/source/core/text/sw_porlay.cxx b/binfilter/bf_sw/source/core/text/sw_porlay.cxx
index b0e8d3b..3ae98df 100644
--- a/binfilter/bf_sw/source/core/text/sw_porlay.cxx
+++ b/binfilter/bf_sw/source/core/text/sw_porlay.cxx
@@ -56,6 +56,7 @@ using namespace ::com::sun::star::i18n::ScriptType;
 
 #ifdef BIDI
 #include <unicode/ubidi.h>
+#endif
 namespace binfilter {
 
 /*************************************************************************
@@ -72,7 +73,6 @@ namespace binfilter {
  *************************************************************************/
 
 
-#endif
 
 
 /*************************************************************************


More information about the Libreoffice-commits mailing list