summaryrefslogtreecommitdiff
path: root/sw/inc/tblafmt.hxx
diff options
context:
space:
mode:
authorAlex Ivan <alexnivan@yahoo.com>2013-09-12 16:19:51 +0300
committerJan Holesovsky <kendy@collabora.com>2015-09-24 01:00:15 +0200
commitbcfb6c9c273b7fad069a9f39b993ef66afceb3d3 (patch)
treec0399963c0da8972eca01969fb9d3fb109494041 /sw/inc/tblafmt.hxx
parenta09c3bf76d1a75d79a2e78c222ed6b18fc80c6ef (diff)
Remove obsolete UpdateTo/FromSet methods
These should have been removed some time ago, since they were not used any more. Seems they somehow escaped. Change-Id: I958de698f96a6c48e4cb41dc5226f96134d2886b
Diffstat (limited to 'sw/inc/tblafmt.hxx')
-rw-r--r--sw/inc/tblafmt.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx
index 8ca1b74289dc..4737268c3262 100644
--- a/sw/inc/tblafmt.hxx
+++ b/sw/inc/tblafmt.hxx
@@ -127,12 +127,6 @@ public:
void SetName( const OUString& rNew ) { m_pTableStyle->SetName( rNew ); nStrResId = USHRT_MAX; }
OUString GetName() const { return m_pTableStyle->GetName(); }
- enum UpdateFlags { UPDATE_CHAR = 1, UPDATE_BOX = 2, UPDATE_ALL = 3 };
- void UpdateFromSet( sal_uInt8 nPos, const SfxItemSet& rSet,
- UpdateFlags eFlags, SvNumberFormatter* );
- void UpdateToSet( sal_uInt8 nPos, SfxItemSet& rSet, UpdateFlags eFlags,
- SvNumberFormatter* ) const ;
-
void RestoreTableProperties(SwTable &table) const;
void StoreTableProperties(const SwTable &table);