summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpparaproperty.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 11:48:35 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 11:50:06 +0200
commit0f732c41bc4edd7075ff68a81c0ca299e3e913c9 (patch)
tree395e8ebdf457db355dc0dd5ac161311d7eda850d /lotuswordpro/source/filter/lwpparaproperty.hxx
parentformatting of public/private/protected section qualifiers (diff)
downloadcore-0f732c41bc4edd7075ff68a81c0ca299e3e913c9.tar.gz
core-0f732c41bc4edd7075ff68a81c0ca299e3e913c9.zip
loplugin:unusedmethods lotuswordpro
Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0
Diffstat (limited to 'lotuswordpro/source/filter/lwpparaproperty.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpparaproperty.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/lotuswordpro/source/filter/lwpparaproperty.hxx b/lotuswordpro/source/filter/lwpparaproperty.hxx
index 0a9eb2c6a914..9f5b6aa229fb 100644
--- a/lotuswordpro/source/filter/lwpparaproperty.hxx
+++ b/lotuswordpro/source/filter/lwpparaproperty.hxx
@@ -93,7 +93,6 @@ public:
virtual ~LwpParaProperty(){}
virtual sal_uInt32 GetType() = 0;
inline LwpParaProperty* GetNext();
- inline LwpParaProperty* GetPrevious();
static LwpParaProperty* ReadPropertyList(LwpObjectStream* pFile,rtl::Reference<LwpObject> const & Whole);
@@ -104,11 +103,6 @@ inline LwpParaProperty* LwpParaProperty::GetNext()
return static_cast<LwpParaProperty*>(LwpDLList::GetNext());
}
-inline LwpParaProperty* LwpParaProperty::GetPrevious()
-{
- return static_cast<LwpParaProperty*>(LwpDLList::GetPrevious());
-}
-
//align/indent/spacing
//TO DO:border/background etc