This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4d665af157 Remove unneeded blank lines from cxx files (#238)
4d665af157 is described below

commit 4d665af157e5d00b2e6e0914819c950de31904e8
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Wed Jan 1 03:33:58 2025 +1000

    Remove unneeded blank lines from cxx files (#238)
    
    * Remove unneeded blank lines from cxx files
    
    * Update main/automation/source/server/recorder.cxx
---
 main/automation/source/server/recorder.cxx | 26 +--------------
 main/l10ntools/source/wtranode.cxx         | 17 ----------
 main/sal/osl/w32/profile.cxx               | 52 ------------------------------
 main/sc/source/filter/xml/xmlimprt.cxx     | 20 ------------
 4 files changed, 1 insertion(+), 114 deletions(-)

diff --git a/main/automation/source/server/recorder.cxx 
b/main/automation/source/server/recorder.cxx
index 3e544b1d41..72243adc14 100644
--- a/main/automation/source/server/recorder.cxx
+++ b/main/automation/source/server/recorder.cxx
@@ -586,7 +586,7 @@ IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, 
pEvent )
                                        if ( pTB->GetUniqueOrHelpId() != nUId ) 
// Also Button auf der ToolBox gefunden
                                        {
                                                if ( nParams == PARAM_NONE )
-                                               {                       // Wir 
f�lschen einen Parameter
+                                               {                       // Wir 
fälschen einen Parameter
                                                        nParams = 
PARAM_USHORT_1;
                                                        nNr1 = nUId;
                                                }
@@ -871,18 +871,6 @@ IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, 
pEvent )
                                }
                                break;*/
 
-
-
-
-
-
-
-
-
-
-
-
-
 /*
                        case C_WorkWin:
                                switch( nEventID )
@@ -912,18 +900,6 @@ IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, 
pEvent )
                                }
                                break;*/
 
-
-
-
-
-
-
-
-
-
-
-
-
 /*
                        case C_MessBox:
                        case C_InfoBox:
diff --git a/main/l10ntools/source/wtranode.cxx 
b/main/l10ntools/source/wtranode.cxx
index 06d79351fe..6d58b05ec2 100644
--- a/main/l10ntools/source/wtranode.cxx
+++ b/main/l10ntools/source/wtranode.cxx
@@ -85,20 +85,3 @@ WTT_Node::~WTT_Node()
                }
        }  // end for
 }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/main/sal/osl/w32/profile.cxx b/main/sal/osl/w32/profile.cxx
index 405fc92058..ac3b1b07e1 100644
--- a/main/sal/osl/w32/profile.cxx
+++ b/main/sal/osl/w32/profile.cxx
@@ -1202,58 +1202,6 @@ static sal_Bool lockFile(const osl_TFile* pFile, 
osl_TLockMode eMode)
 }
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption 
ProfileFlags )
 {
        osl_TFile* pFile = reinterpret_cast< osl_TFile*>( calloc( 1, 
sizeof(osl_TFile) ) );
diff --git a/main/sc/source/filter/xml/xmlimprt.cxx 
b/main/sc/source/filter/xml/xmlimprt.cxx
index aa8bbe8a33..5aabe16ef0 100644
--- a/main/sc/source/filter/xml/xmlimprt.cxx
+++ b/main/sc/source/filter/xml/xmlimprt.cxx
@@ -227,26 +227,6 @@ const SvXMLTokenMap& 
ScXMLImport::GetTableRowCellAttrTokenMap()
 }
 
 //----------------------------------------------------------------------------
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 // NB: virtually inherit so we can multiply inherit properly
 //     in ScXMLFlatDocContext_Impl

Reply via email to