summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotextmarkup.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unotextmarkup.cxx')
-rw-r--r--sw/source/core/unocore/unotextmarkup.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/unocore/unotextmarkup.cxx b/sw/source/core/unocore/unotextmarkup.cxx
index fd4b15c2a5db..548a20b08e21 100644
--- a/sw/source/core/unocore/unotextmarkup.cxx
+++ b/sw/source/core/unocore/unotextmarkup.cxx
@@ -38,7 +38,6 @@
#include <unotextrange.hxx>
#include <unotextcursor.hxx>
-
using namespace ::com::sun::star;
/*
@@ -108,7 +107,6 @@ void SAL_CALL SwXTextMarkup::commitTextRangeMarkup(::sal_Int32 nType, const ::rt
}
}
-
void SAL_CALL SwXTextMarkup::commitStringMarkup(
::sal_Int32 nType,
const OUString & rIdentifier,
@@ -175,7 +173,6 @@ void SAL_CALL SwXTextMarkup::commitStringMarkup(
return;
}
-
const ModelToViewHelper::ModelPosition aStartPos =
maConversionMap.ConvertToModelPosition( nStart );
const ModelToViewHelper::ModelPosition aEndPos =
@@ -267,7 +264,6 @@ void SAL_CALL SwXTextMarkup::commitStringMarkup(
finishGrammarCheck( *mpTxtNode );
}
-
static void lcl_commitGrammarMarkUp(
const ModelToViewHelper& rConversionMap,
SwGrammarMarkUp* pWList,
@@ -361,7 +357,6 @@ static void lcl_commitGrammarMarkUp(
}
}
-
void SAL_CALL SwXTextMarkup::commitMultiTextMarkup(
const uno::Sequence< text::TextMarkupDescriptor > &rMarkups )
throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
@@ -455,7 +450,6 @@ throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
return;
}
-
void SwXTextMarkup::Modify( const SfxPoolItem* /*pOld*/, const SfxPoolItem* /*pNew*/ )
{
// FME 2007-07-16 #i79641# In my opinion this is perfectly legal,