summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx b/writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx
index c98cf6f0c264..734e55a90444 100644
--- a/writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx
+++ b/writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx
@@ -70,11 +70,6 @@ void OOXMLBinaryObjectReference::resolve(BinaryObj & rHandler)
mSequence.getLength(), pRef);
}
-std::string OOXMLBinaryObjectReference::getType() const
-{
- return "OOXMLBinaryObjectReference";
-}
-
}}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */