summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-09-20 23:31:52 +0200
committerJan Holesovsky <kendy@collabora.com>2015-09-24 01:00:09 +0200
commitd74357aaee44e882595b461248fedcd2cf9a0385 (patch)
tree1e1b04ad01ac5c60dd7aba7a9937a8209f5b4caf
parentf61ef67c804a6d29139cb6a3eedf715b7eec0c56 (diff)
Fix build.
Change-Id: Ie24f05bfe47f1bab08fc7a939b010c677db3da44
-rw-r--r--sw/source/core/doc/swtblfmt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/swtblfmt.cxx b/sw/source/core/doc/swtblfmt.cxx
index d4a402a8dc61..2588448be684 100644
--- a/sw/source/core/doc/swtblfmt.cxx
+++ b/sw/source/core/doc/swtblfmt.cxx
@@ -242,7 +242,7 @@ sal_uInt16 SwTableFormat::GetRepeatHeading() const
{
const SfxPoolItem* pItem;
- if( SFX_ITEM_SET == GetItemState( FN_PARAM_TABLE_HEADLINE, sal_False, &pItem ) )
+ if( SfxItemState::SET == GetItemState( FN_PARAM_TABLE_HEADLINE, sal_False, &pItem ) )
return ((const SfxUInt16Item*)pItem)->GetValue();
return 0;