summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 16:41:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 10:36:25 +0000
commita62129aa632c2d574a6560efc19f9de84aed1670 (patch)
treefd600f38eda8ca2b7326c3d4e75c460cba6204bd /xmloff/inc
parent8474e8260ad18cf83c79bd64a63e6344b4ce24d2 (diff)
loplugin:unusedmethods xmloff
Change-Id: I9d15d8edcc6746c055336bf31e5b0c15cb971ffe Reviewed-on: https://gerrit.libreoffice.org/17061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/XMLChartPropertySetMapper.hxx5
-rw-r--r--xmloff/inc/XMLElementPropertyContext.hxx1
-rw-r--r--xmloff/inc/XMLLineNumberingImportContext.hxx4
-rw-r--r--xmloff/inc/txtvfldi.hxx4
4 files changed, 0 insertions, 14 deletions
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx
index 7ead99500a84..e1827ae81328 100644
--- a/xmloff/inc/XMLChartPropertySetMapper.hxx
+++ b/xmloff/inc/XMLChartPropertySetMapper.hxx
@@ -30,9 +30,6 @@ class SvXMLExport;
class XMLChartPropHdlFactory : public XMLPropertyHandlerFactory
{
-private:
- const XMLPropertyHandler* GetShapePropertyHandler( sal_Int32 nType ) const;
-
public:
virtual ~XMLChartPropHdlFactory();
virtual const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nType ) const SAL_OVERRIDE;
@@ -81,8 +78,6 @@ public:
SvXMLExport& rExport );
virtual ~XMLChartExportPropertyMapper();
- void setAdaptPercentage( bool bNewValue );
-
void setChartDoc( com::sun::star::uno::Reference<
com::sun::star::chart2::XChartDocument > xChartDoc );
};
diff --git a/xmloff/inc/XMLElementPropertyContext.hxx b/xmloff/inc/XMLElementPropertyContext.hxx
index f89630badd08..02f7c06267f5 100644
--- a/xmloff/inc/XMLElementPropertyContext.hxx
+++ b/xmloff/inc/XMLElementPropertyContext.hxx
@@ -36,7 +36,6 @@ protected:
::std::vector< XMLPropertyState > &rProperties;
XMLPropertyState aProp;
- bool IsInsert() const { return bInsert; }
void SetInsert( bool bIns ) { bInsert = bIns; }
public:
diff --git a/xmloff/inc/XMLLineNumberingImportContext.hxx b/xmloff/inc/XMLLineNumberingImportContext.hxx
index 3dd9aee2b972..0b93f456f8e4 100644
--- a/xmloff/inc/XMLLineNumberingImportContext.hxx
+++ b/xmloff/inc/XMLLineNumberingImportContext.hxx
@@ -109,10 +109,6 @@ protected:
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList> & xAttrList ) SAL_OVERRIDE;
-
- void ProcessAttribute(
- const OUString& sLocalName,
- const OUString& sValue);
};
#endif
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx
index 3bd5b92e7d4a..fdef070d9204 100644
--- a/xmloff/inc/txtvfldi.hxx
+++ b/xmloff/inc/txtvfldi.hxx
@@ -204,10 +204,6 @@ protected:
// various accessor methods:
inline OUString GetName() { return sName; }
inline bool IsStringValue() { return aValueHelper.IsStringValue();}
- inline bool IsNameOK() { return bNameOK; }
- inline bool IsFormulaOK() { return bFormulaOK; }
- inline bool IsDescriptionOK() { return bDescriptionOK; }
- inline bool IsDisplayOK() { return bDisplayOK; }
};