summaryrefslogtreecommitdiff
path: root/writerfilter/source/doctok
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-10-25 21:34:49 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-10-25 21:41:15 +0200
commit35fe65fdaafdd3fcf88ed01b94e80b063557f91b (patch)
treeeee914cce3a083a1740b5a3157c06214557635cf /writerfilter/source/doctok
parent2367cfe03fa3e6be055fc65bed33faed108478ed (diff)
writerfilter: unused WW8StringProperty class
Change-Id: I9870ec5b0d28a3e69a5be9a123c390c727fd5956
Diffstat (limited to 'writerfilter/source/doctok')
-rw-r--r--writerfilter/source/doctok/WW8Sttbf.cxx21
-rw-r--r--writerfilter/source/doctok/WW8Sttbf.hxx16
2 files changed, 0 insertions, 37 deletions
diff --git a/writerfilter/source/doctok/WW8Sttbf.cxx b/writerfilter/source/doctok/WW8Sttbf.cxx
index 8f586d25285b..d584f9079de8 100644
--- a/writerfilter/source/doctok/WW8Sttbf.cxx
+++ b/writerfilter/source/doctok/WW8Sttbf.cxx
@@ -68,27 +68,6 @@ OUString WW8Sttbf::getEntry(sal_uInt32 nPos) const
return getString(getEntryOffset(nPos));
}
-SAL_WNODEPRECATED_DECLARATIONS_PUSH
-WW8StringProperty::WW8StringProperty(sal_uInt32 nId, WW8StringValue::Pointer_t pValue)
-: mnId(nId), mpValue(pValue)
-{
-}
-SAL_WNODEPRECATED_DECLARATIONS_POP
-
-WW8StringProperty::~WW8StringProperty()
-{
-}
-
-void WW8StringProperty::resolve(Properties & rProperties)
-{
- rProperties.attribute(mnId, *mpValue);
-}
-
-string WW8StringProperty::getType() const
-{
- return "WW8StringProperty";
-}
-
sal_uInt32 WW8SttbRgtplc::getEntryCount()
{
return getU16(2);
diff --git a/writerfilter/source/doctok/WW8Sttbf.hxx b/writerfilter/source/doctok/WW8Sttbf.hxx
index 81add1cfb283..02e37a409146 100644
--- a/writerfilter/source/doctok/WW8Sttbf.hxx
+++ b/writerfilter/source/doctok/WW8Sttbf.hxx
@@ -79,22 +79,6 @@ public:
OUString getEntry(sal_uInt32 nPos) const;
};
-class WW8StringProperty : public ::writerfilter::Reference<Properties>
-{
- sal_uInt32 mnId;
- WW8StringValue::Pointer_t mpValue;
-
-public:
- SAL_WNODEPRECATED_DECLARATIONS_PUSH
- WW8StringProperty(sal_uInt32 nId, WW8StringValue::Pointer_t pValue);
- SAL_WNODEPRECATED_DECLARATIONS_POP
- virtual ~WW8StringProperty();
-
- void resolve(Properties & rProperties);
-
- string getType() const;
-};
-
}}
#endif // INCLUDED_WW8_STTBF