summaryrefslogtreecommitdiffstats
path: root/forms/source/xforms/datatypes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 11:01:29 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 11:07:13 +0200
commit771d9ef3f65785092267f6068384e8cdda17f883 (patch)
treed9a71fb8932a3d29b459eabd353f935eae504bd5 /forms/source/xforms/datatypes.hxx
parentrename test case (diff)
downloadcore-771d9ef3f65785092267f6068384e8cdda17f883.tar.gz
core-771d9ef3f65785092267f6068384e8cdda17f883.zip
loplugin:unusedmethods forms
Change-Id: I6b7938e948fb1422f83e2175fee5fcabe0a0b83f
Diffstat (limited to 'forms/source/xforms/datatypes.hxx')
-rw-r--r--forms/source/xforms/datatypes.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/forms/source/xforms/datatypes.hxx b/forms/source/xforms/datatypes.hxx
index 67e00853616c..87a34ef9fa02 100644
--- a/forms/source/xforms/datatypes.hxx
+++ b/forms/source/xforms/datatypes.hxx
@@ -67,11 +67,7 @@ namespace xforms
bool m_bPatternMatcherDirty;
protected:
-
- bool isBasic() const { return m_bIsBasic; }
sal_Int16 getTypeClass() const { return m_nTypeClass; }
- const OUString&
- getName() const { return m_sName; }
private:
OXSDDataType( const OXSDDataType& ) SAL_DELETED_FUNCTION;