summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfattributeoutput.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-04-07 20:24:11 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-04-07 20:24:11 +0200
commit41ac8040ab9d16615f7c0a02e8cbd4faf6cba2e0 (patch)
tree9fdc07fd0f6f6a0862703a0027407c296d78e783 /sw/source/filter/ww8/rtfattributeoutput.hxx
parent386772828680ae123174765715d44f6257cbc75a (diff)
move BulletDefinitions() to MSWordExportBase to avoid copy&paste
Change-Id: I56b077e978a41668ea274f1e12440d44af80b66f
Diffstat (limited to 'sw/source/filter/ww8/rtfattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx
index c4c6e840ada5..bfcb1eaa780e 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.hxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.hxx
@@ -587,8 +587,7 @@ public:
/// Writes binary data as a hex dump.
static OString WriteHex(const sal_uInt8* pData, sal_uInt32 nSize, SvStream* pStream = 0, sal_uInt32 nLimit = 64);
- /// Exports the definition (image, size) of a single numbering picture bullet.
- void BulletDefinition(int nId, const Graphic& rGraphic, Size aSize);
+ void BulletDefinition(int nId, const Graphic& rGraphic, Size aSize) SAL_OVERRIDE;
};
#endif // _RTFATTRIBUTEOUTPUT_HXX_