diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-08 09:12:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-08 09:12:27 +0000 |
commit | 849a2471bd649b252648fa4e43be91dab4d9bdc5 (patch) | |
tree | df146e6687298ab0b9c4eb2c21004ae436009e7e /xmloff | |
parent | 2cae4ff166ad5ad51db49d6b0fab86b2c8090fb8 (diff) |
update unused list
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLTextFrameContext.cxx | 11 | ||||
-rw-r--r-- | xmloff/source/text/XMLTextFrameContext.hxx | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx index e984b3477c12..8be7e75abe36 100644 --- a/xmloff/source/text/XMLTextFrameContext.cxx +++ b/xmloff/source/text/XMLTextFrameContext.cxx @@ -1294,17 +1294,6 @@ void XMLTextFrameContext_Impl::SetDesc( const OUString& rDesc ) TYPEINIT1( XMLTextFrameContext, SvXMLImportContext ); -sal_Bool XMLTextFrameContext::CreateIfNotThere() -{ - sal_Bool bRet = sal_False; - SvXMLImportContext *pContext = &m_xImplContext; - XMLTextFrameContext_Impl *pImpl = PTR_CAST( XMLTextFrameContext_Impl, pContext ); - if( pImpl ) - bRet = pImpl->CreateIfNotThere(); - - return bRet; -} - sal_Bool XMLTextFrameContext::CreateIfNotThere( ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet >& rPropSet ) { diff --git a/xmloff/source/text/XMLTextFrameContext.hxx b/xmloff/source/text/XMLTextFrameContext.hxx index 1168bf3ffc1d..2c201c54b519 100644 --- a/xmloff/source/text/XMLTextFrameContext.hxx +++ b/xmloff/source/text/XMLTextFrameContext.hxx @@ -64,7 +64,6 @@ class XMLTextFrameContext : public SvXMLImportContext sal_Bool m_HasAutomaticStyleWithoutParentStyle; sal_Bool m_bSupportsReplacement; - sal_Bool CreateIfNotThere(); sal_Bool CreateIfNotThere( ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet >& rPropSet ); |