summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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