summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtprhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtprhdl.cxx')
-rw-r--r--xmloff/source/text/txtprhdl.cxx42
1 files changed, 0 insertions, 42 deletions
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx
index 3f2f5bee9de0..7cd2a7898fa2 100644
--- a/xmloff/source/text/txtprhdl.cxx
+++ b/xmloff/source/text/txtprhdl.cxx
@@ -46,16 +46,12 @@
// OD 2004-05-05 #i28701#
#include <com/sun/star/text/WrapInfluenceOnPosition.hpp>
-
-
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::style;
using namespace ::com::sun::star::text;
using namespace ::xmloff::token;
-// ---------------------------------------------------------------------------
-
SvXMLEnumMapEntry const pXML_HoriPos_Enum[] =
{
{ XML_FROM_LEFT, HoriOrientation::NONE },
@@ -245,8 +241,6 @@ SvXMLEnumMapEntry const pXML_FillStyle_Enum[] =
{ XML_TOKEN_INVALID, 0 }
};
-// ---------------------------------------------------------------------------
-
class XMLDropCapPropHdl_Impl : public XMLPropertyHandler
{
public:
@@ -303,8 +297,6 @@ sal_Bool XMLDropCapPropHdl_Impl::exportXML(
return sal_False;
}
-// ---------------------------------------------------------------------------
-
class XMLOpaquePropHdl_Impl : public XMLPropertyHandler
{
public:
@@ -355,8 +347,6 @@ XMLOpaquePropHdl_Impl::~XMLOpaquePropHdl_Impl ()
{
}
-// ---------------------------------------------------------------------------
-
class XMLContourModePropHdl_Impl : public XMLPropertyHandler
{
public:
@@ -407,8 +397,6 @@ XMLContourModePropHdl_Impl::~XMLContourModePropHdl_Impl()
{
}
-// ---------------------------------------------------------------------------
-
class XMLParagraphOnlyPropHdl_Impl : public XMLPropertyHandler
{
public:
@@ -462,8 +450,6 @@ XMLParagraphOnlyPropHdl_Impl::~XMLParagraphOnlyPropHdl_Impl()
{
}
-// ---------------------------------------------------------------------------
-
SvXMLEnumMapEntry const pXML_Wrap_Enum[] =
{
{ XML_NONE, WrapTextMode_NONE },
@@ -526,8 +512,6 @@ XMLWrapPropHdl_Impl::~XMLWrapPropHdl_Impl ()
{
}
-// ---------------------------------------------------------------------------
-
class XMLFrameProtectPropHdl_Impl : public XMLPropertyHandler
{
const OUString sVal;
@@ -609,8 +593,6 @@ XMLFrameProtectPropHdl_Impl::~XMLFrameProtectPropHdl_Impl()
{
}
-// ---------------------------------------------------------------------------
-
SvXMLEnumMapEntry const pXML_Anchor_Enum[] =
{
{ XML_CHAR, TextContentAnchorType_AT_CHARACTER },
@@ -621,7 +603,6 @@ SvXMLEnumMapEntry const pXML_Anchor_Enum[] =
{ XML_TOKEN_INVALID, 0 }
};
-
sal_Bool XMLAnchorTypePropHdl::importXML(
const OUString& rStrImpValue,
Any& rValue,
@@ -669,9 +650,6 @@ sal_Bool XMLAnchorTypePropHdl::convert( const OUString& rStrImpValue,
return bRet;
}
-// ---------------------------------------------------------------------------
-
-
XMLTextColumnsPropertyHandler::~XMLTextColumnsPropertyHandler ()
{
}
@@ -731,8 +709,6 @@ sal_Bool XMLTextColumnsPropertyHandler::exportXML(
return sal_False;
}
-// ---------------------------------------------------------------------------
-
class XMLHoriMirrorPropHdl_Impl : public XMLPropertyHandler
{
public:
@@ -780,8 +756,6 @@ XMLHoriMirrorPropHdl_Impl::~XMLHoriMirrorPropHdl_Impl ()
{
}
-// ---------------------------------------------------------------------------
-
class XMLGrfMirrorPropHdl_Impl : public XMLPropertyHandler
{
const OUString sVal;
@@ -877,8 +851,6 @@ XMLGrfMirrorPropHdl_Impl::~XMLGrfMirrorPropHdl_Impl()
{
}
-// ---------------------------------------------------------------------------
-
SvXMLEnumMapEntry const pXML_Emphasize_Enum[] =
{
{ XML_NONE, FontEmphasis::NONE },
@@ -989,9 +961,6 @@ XMLTextEmphasizePropHdl_Impl::~XMLTextEmphasizePropHdl_Impl()
{
}
-
-// ---------------------------------------------------------------------------
-
class XMLTextCombineCharPropHdl_Impl : public XMLPropertyHandler
{
public:
@@ -1036,8 +1005,6 @@ XMLTextCombineCharPropHdl_Impl::~XMLTextCombineCharPropHdl_Impl()
{
}
-// ---------------------------------------------------------------------------
-
class XMLTextRelWidthHeightPropHdl_Impl : public XMLPropertyHandler
{
public:
@@ -1090,8 +1057,6 @@ XMLTextRelWidthHeightPropHdl_Impl::~XMLTextRelWidthHeightPropHdl_Impl()
{
}
-// ---------------------------------------------------------------------------
-
class XMLTextSyncWidthHeightPropHdl_Impl : public XMLPropertyHandler
{
const OUString sValue;
@@ -1141,8 +1106,6 @@ XMLTextSyncWidthHeightPropHdl_Impl::~XMLTextSyncWidthHeightPropHdl_Impl()
{
}
-// ---------------------------------------------------------------------------
-
class XMLTextRotationAnglePropHdl_Impl : public XMLPropertyHandler
{
@@ -1206,7 +1169,6 @@ sal_Bool XMLTextRotationAnglePropHdl_Impl::exportXML(
XMLTextRotationAnglePropHdl_Impl::~XMLTextRotationAnglePropHdl_Impl()
{
}
-// ---------------------------------------------------------------------------
class XMLNumber8OneBasedHdl : public XMLPropertyHandler
{
@@ -1251,7 +1213,6 @@ sal_Bool XMLNumber8OneBasedHdl::exportXML(
}
return bRet;
}
-// ---------------------------------------------------------------------------
class XMLTextPropertyHandlerFactory_Impl
{
public:
@@ -1445,8 +1406,6 @@ XMLTextPropertyHandlerFactory_Impl::~XMLTextPropertyHandlerFactory_Impl()
{
}
-// ----------------------------------------------------------------------------
-
XMLTextPropertyHandlerFactory::XMLTextPropertyHandlerFactory() :
XMLPropertyHandlerFactory(),
pImpl( new XMLTextPropertyHandlerFactory_Impl )
@@ -1477,5 +1436,4 @@ const XMLPropertyHandler *XMLTextPropertyHandlerFactory::GetPropertyHandler(
return pHdl;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */