summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-24 13:35:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-24 13:35:36 +0200
commita41ecf922771904cdebf17b29066389441716b2c (patch)
treee1579addc718e30db872f3dcc030861031393f7e /include/xmloff
parent258d039798b9ca4cc95a14d62e30bb725ad2c8ec (diff)
loplugin:expandablemethods in xmloff
Change-Id: I995a4167ac4df5ca35d963dcf68ae802a997e1e1
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/txtparae.hxx6
-rw-r--r--include/xmloff/xmlimp.hxx2
-rw-r--r--include/xmloff/xmlnumfe.hxx1
3 files changed, 0 insertions, 9 deletions
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx
index 1c4634287abd..7855fde089ee 100644
--- a/include/xmloff/txtparae.hxx
+++ b/include/xmloff/txtparae.hxx
@@ -546,12 +546,6 @@ public:
{
exportPageFrames( bIsProgress );
}
- void exportFramesBoundToFrame(
- const css::uno::Reference< css::text::XTextFrame >& rParentTxtFrame,
- bool bIsProgress )
- {
- exportFrameFrames( false, bIsProgress, &rParentTxtFrame );
- }
inline const XMLTextListAutoStylePool& GetListAutoStylePool() const;
void SetBlockMode( bool bSet ) { bBlock = bSet; }
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index 8ba9695a41ab..84e171365146 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -256,8 +256,6 @@ public:
virtual ~SvXMLImport() throw() override;
- static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId() throw();
-
// css::xml::sax::XDocumentHandler
virtual void SAL_CALL startDocument()
throw (css::xml::sax::SAXException,
diff --git a/include/xmloff/xmlnumfe.hxx b/include/xmloff/xmlnumfe.hxx
index c04b8e42e789..da271105e5f0 100644
--- a/include/xmloff/xmlnumfe.hxx
+++ b/include/xmloff/xmlnumfe.hxx
@@ -56,7 +56,6 @@ private:
SAL_DLLPRIVATE void AddCalendarAttr_Impl( const OUString& rCalendar );
SAL_DLLPRIVATE void AddStyleAttr_Impl( bool bLong );
- SAL_DLLPRIVATE void AddTextualAttr_Impl( bool bText );
SAL_DLLPRIVATE void AddLanguageAttr_Impl( sal_Int32 nLang );
SAL_DLLPRIVATE void AddToTextElement_Impl( const OUString& rString );