summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-09-29 18:32:12 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-10-02 15:18:59 +0000
commitfaad24aa3339c9de06ab942ad36b19403de494f2 (patch)
treeb061cc896c0d4fed98acf0fad5f5a300572f2a0d /sw/source/core/txtnode
parent1cd2575ac974e385202e197e40aa8158924e104e (diff)
remove/add blank lines
Conflicts: sw/source/core/unocore/unoprnms.cxx Change-Id: Icc044955b7b9f28d9f237e97865198cd2ded89a1 Reviewed-on: https://gerrit.libreoffice.org/6079 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/core/txtnode')
-rw-r--r--sw/source/core/txtnode/ndtxt.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index a994f5a15d03..b8566a6d3aa8 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -81,10 +81,8 @@
#include <switerator.hxx>
#include <attrhint.hxx>
-
using namespace ::com::sun::star;
-
typedef std::vector<SwTxtAttr*> SwpHts;
TYPEINIT1( SwTxtNode, SwCntntNode )
@@ -3800,7 +3798,6 @@ void SwTxtNode::ResetEmptyListStyleDueToResetOutlineLevelAttr()
}
}
-
void SwTxtNode::SetAttrListLevel( int nLevel )
{
if ( nLevel < 0 || nLevel >= MAXLEVEL )