diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2011-07-11 16:38:13 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2011-07-11 17:53:35 +0200 |
commit | 22073ad218d9c4f16c9a901fe19a9b05b1931a58 (patch) | |
tree | 794e650bbad5d6384df924cfa4f191f848c37d90 | |
parent | f9f8ef0b7c64ed2d0f6725c241fcc618f0373f62 (diff) |
Remove unused RtfSdrExport::AddShapeAttribute
-rw-r--r-- | sw/source/filter/ww8/rtfsdrexport.cxx | 7 | ||||
-rw-r--r-- | sw/source/filter/ww8/rtfsdrexport.hxx | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/sw/source/filter/ww8/rtfsdrexport.cxx b/sw/source/filter/ww8/rtfsdrexport.cxx index ec3fc760a9..a5410bdc61 100644 --- a/sw/source/filter/ww8/rtfsdrexport.cxx +++ b/sw/source/filter/ww8/rtfsdrexport.cxx @@ -441,13 +441,6 @@ void RtfSdrExport::AddRectangleDimensions( rtl::OStringBuffer& rBuffer, const Re rBuffer.append(OOO_STRING_SVTOOLS_RTF_SHPBOTTOM).append(rRectangle.Bottom()); } -void RtfSdrExport::AddShapeAttribute( sal_Int32 /*nAttribute*/, const rtl::OString& /*rValue*/ ) -{ - OSL_TRACE("%s", OSL_THIS_FUNC); - - /* noop */ -} - extern const char* pShapeTypes[]; void lcl_AppendSP( ::rtl::OStringBuffer& rRunText, const char cName[], const ::rtl::OString& rValue) diff --git a/sw/source/filter/ww8/rtfsdrexport.hxx b/sw/source/filter/ww8/rtfsdrexport.hxx index f461357e5c..5834a23856 100644 --- a/sw/source/filter/ww8/rtfsdrexport.hxx +++ b/sw/source/filter/ww8/rtfsdrexport.hxx @@ -72,12 +72,6 @@ public: sal_uInt32 AddSdrObject( const SdrObject& rObj ); protected: - /// Add an attribute to the generated shape element. - /// - /// This should be called from within StartShape() to ensure that the - /// added attribute is preserved. - void AddShapeAttribute( sal_Int32 nAttribute, const rtl::OString& sValue ); - /// Start the shape for which we just collected the information. /// /// Returns the element's tag number, -1 means we wrote nothing. |