summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextFrameContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextFrameContext.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx
index 4c268e6d303c..dfaa7c2f6410 100644
--- a/xmloff/source/text/XMLTextFrameContext.cxx
+++ b/xmloff/source/text/XMLTextFrameContext.cxx
@@ -55,8 +55,6 @@
#include <map>
-
-
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::text;
@@ -148,8 +146,6 @@ void XMLTextFrameTitleOrDescContext_Impl::Characters( const OUString& rText )
mrTitleOrDesc += rText;
}
-// ------------------------------------------------------------------------
-
class XMLTextFrameParam_Impl : public SvXMLImportContext
{
public:
@@ -332,8 +328,6 @@ XMLTextFrameContourContext_Impl::~XMLTextFrameContourContext_Impl()
{
}
-// ------------------------------------------------------------------------
-
class XMLTextFrameContext_Impl : public SvXMLImportContext
{
::com::sun::star::uno::Reference <
@@ -620,7 +614,6 @@ void XMLTextFrameContext_Impl::Create( sal_Bool /*bHRefOrBase64*/ )
if( pStyle )
pStyle->FillPropertySet( xPropSet );
-
// x and y
sal_Int16 nHoriOrient = HoriOrientation::NONE;
aAny = xPropSet->getPropertyValue( sHoriOrient );
@@ -772,7 +765,6 @@ void XMLTextFrameContext_Impl::Create( sal_Bool /*bHRefOrBase64*/ )
}
}
-
void XMLTextFrameContext::removeGraphicFromImportContext(const SvXMLImportContext& rContext) const
{
const XMLTextFrameContext_Impl* pXMLTextFrameContext_Impl = dynamic_cast< const XMLTextFrameContext_Impl* >(&rContext);
@@ -1309,8 +1301,6 @@ void XMLTextFrameContext_Impl::SetDesc( const OUString& rDesc )
}
}
-//-----------------------------------------------------------------------------------------------------
-
TYPEINIT1( XMLTextFrameContext, SvXMLImportContext );
sal_Bool XMLTextFrameContext::CreateIfNotThere( ::com::sun::star::uno::Reference <