summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2014-09-16 23:07:27 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2014-09-17 10:19:59 +0200
commit10fee3d3bcc358177ffb9578e631099b17e828c8 (patch)
tree4e96d1d726c8880ccd73a1d7b0d45d14a46c102a /sw
parent93c4e3c9349a1ea07b822a2824559ad28f4a9a5e (diff)
SFX_ITEM_SET to SfxItemState::SET
Change-Id: I95dc8872d702cbe63d5fdab10a9ddd0e86d49e06
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/docfmt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docfmt.cxx b/sw/source/core/doc/docfmt.cxx
index 539e3a2e6a12..4cd06b279889 100644
--- a/sw/source/core/doc/docfmt.cxx
+++ b/sw/source/core/doc/docfmt.cxx
@@ -1934,7 +1934,7 @@ std::vector<Color> SwDoc::GetDocColors()
while( nWhich )
{
const SfxPoolItem *pItem;
- if( SFX_ITEM_SET == pItemSet->GetItemState( nWhich, false, &pItem ) )
+ if( SfxItemState::SET == pItemSet->GetItemState( nWhich, false, &pItem ) )
{
sal_uInt16 aWhich = pItem->Which();
if( std::find(aColAttrs.begin(), aColAttrs.end(), aWhich) != aColAttrs.end() )