summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rw-r--r--xmloff/source/text/txtparae.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 6a529a8addd5..66866698edb0 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -112,7 +112,6 @@
#include <txtlists.hxx>
#include <com/sun/star/rdf/XMetadatable.hpp>
-
using namespace ::std;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@@ -263,7 +262,7 @@ static int txtparae_bContainsIllegalCharacters = sal_False;
// The following map shows which property values are required:
//
// property auto style pass export
-// --------------------------------------------------------
+// -------------------------------------------------------
// ParaStyleName if style exists always
// ParaConditionalStyleName if style exists always
// NumberingRules if style exists always
@@ -979,7 +978,6 @@ void XMLTextParagraphExport::exportListChange(
GetExport().EncodeStyleName( sListStyleName ) );
bExportListStyle = false;
-
}
else
{
@@ -2044,8 +2042,6 @@ void XMLTextParagraphExport::exportParagraph(
rPropSetHelper.getValue(
PARA_NUMBERING_STYLENAME, xPropSet ) >>= sListStyleName;
-
-
bool bAssignedtoOutlineStyle = false;
{
Reference< XChapterNumberingSupplier > xCNSupplier( GetExport().GetModel(), UNO_QUERY );
@@ -2096,7 +2092,6 @@ void XMLTextParagraphExport::exportParagraph(
OUString sNumberingStartValue("NumberingStartValue");
-
if (xPropSetInfo->
hasPropertyByName(sNumberingStartValue))
{
@@ -2670,7 +2665,6 @@ sal_Int32 XMLTextParagraphExport::addTextFrameAttributes(
nShapeFeatures = (nShapeFeatures & ~SEF_EXPORT_Y);
}
-
Reference< XPropertySetInfo > xPropSetInfo(rPropSet->getPropertySetInfo());
// svg:width
@@ -3605,7 +3599,6 @@ void XMLTextParagraphExport::exportUsedDeclarations( sal_Bool bOnlyUsed )
pFieldExport->SetExportOnlyUsedFieldDeclarations( bOnlyUsed );
}
-
void XMLTextParagraphExport::exportTrackedChanges(sal_Bool bAutoStyles)
{
if (NULL != pRedlineExport)
@@ -3633,7 +3626,6 @@ void XMLTextParagraphExport::recordTrackedChangesNoXText()
pRedlineExport->SetCurrentXText();
}
-
void XMLTextParagraphExport::exportTextAutoStyles()
{
GetAutoStylePool().exportXML( XML_STYLE_FAMILY_TEXT_PARAGRAPH,
@@ -3784,7 +3776,6 @@ void XMLTextParagraphExport::exportMeta(
exportTextRangeEnumeration( xTextEnum, i_bAutoStyles, i_isProgress );
}
-
void XMLTextParagraphExport::PreventExportOfControlsInMuteSections(
const Reference<XIndexAccess> & rShapes,
UniReference<xmloff::OFormLayerXMLExport> xFormExport )