summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/edit/textdata.cxx')
-rw-r--r--vcl/source/edit/textdata.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/edit/textdata.cxx b/vcl/source/edit/textdata.cxx
index 892ffc1f4dba..f375525e7d4a 100644
--- a/vcl/source/edit/textdata.cxx
+++ b/vcl/source/edit/textdata.cxx
@@ -17,13 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <vcl/textdata.hxx>
#include <textdat2.hxx>
#include <tools/debug.hxx>
-
TextSelection::TextSelection()
{
}
@@ -48,7 +46,6 @@ void TextSelection::Justify()
}
}
-
TETextPortionList::TETextPortionList()
{
}
@@ -95,7 +92,6 @@ sal_uInt16 TETextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPor
return ( size() - 1 );
}
-
TEParaPortion::TEParaPortion( TextNode* pN )
{
mpNode = pN;
@@ -181,7 +177,6 @@ sal_uInt16 TEParaPortion::GetLineNumber( sal_uInt16 nChar, bool bInclEnd )
return ( maLines.size() - 1 );
}
-
void TEParaPortion::CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine )
{
sal_uInt16 nLines = maLines.size();
@@ -315,5 +310,4 @@ void TEIMEInfos::DestroyAttribs()
nLen = 0;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */