summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfsdrexport.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-04-30 09:05:23 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-04-30 09:05:54 +0200
commitf3bf0319383261d78b976b62f7e3e0f2adbacf20 (patch)
treeb4cca47039b962ec7cfbb45ce2911ed785cacb7d /sw/source/filter/ww8/rtfsdrexport.hxx
parent7082fcb4791f95dabf7fc45ed8c4eb299c43646d (diff)
RtfSdrExport: no need to allocate m_pShapeStyle dynamically
Change-Id: I429c876c4e0bba04e39c806670a828178ca811ef
Diffstat (limited to 'sw/source/filter/ww8/rtfsdrexport.hxx')
-rw-r--r--sw/source/filter/ww8/rtfsdrexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfsdrexport.hxx b/sw/source/filter/ww8/rtfsdrexport.hxx
index 026a6017d4de..59395647b9b7 100644
--- a/sw/source/filter/ww8/rtfsdrexport.hxx
+++ b/sw/source/filter/ww8/rtfsdrexport.hxx
@@ -47,7 +47,7 @@ class RtfSdrExport : public EscherEx
sal_uInt32 m_nShapeFlags;
/// Remember style, the most important shape attribute ;-)
- OStringBuffer* m_pShapeStyle;
+ OStringBuffer m_aShapeStyle;
std::map<OString,OString> m_aShapeProps;