summaryrefslogtreecommitdiffstats
path: root/sw/inc/fmtmeta.hxx
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2011-03-16 11:42:17 +0100
committerobo <obo@openoffice.org>2011-03-16 11:42:17 +0100
commit5b2cda248a43fa7ed094271b5f553ff6e13d45aa (patch)
treeb6b605ee630dd04259506c0b7cdfb2e511e95e24 /sw/inc/fmtmeta.hxx
parentCWS-TOOLING: integrate CWS debuglevels (diff)
parentCWS swlayoutrefactoring: fix missing cursor update (diff)
downloadcore-5b2cda248a43fa7ed094271b5f553ff6e13d45aa.tar.gz
core-5b2cda248a43fa7ed094271b5f553ff6e13d45aa.zip
CWS-TOOLING: integrate CWS swlayoutrefactoring
Diffstat (limited to 'sw/inc/fmtmeta.hxx')
-rwxr-xr-xsw/inc/fmtmeta.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fmtmeta.hxx b/sw/inc/fmtmeta.hxx
index 922bf1cbf881..82c0d104f7b4 100755
--- a/sw/inc/fmtmeta.hxx
+++ b/sw/inc/fmtmeta.hxx
@@ -161,13 +161,13 @@ protected:
::com::sun::star::rdf::XMetadatable> const& xMeta)
{ m_wXMeta = xMeta; }
+ // SwClient
+ virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew );
+
public:
explicit Meta(SwFmtMeta * const i_pFmt = 0);
virtual ~Meta();
- // SwClient
- virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew );
-
// sfx2::Metadatable
virtual ::sfx2::IXmlIdRegistry& GetRegistry();
virtual bool IsInClipboard() const;