summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-10-06 18:10:42 +0900
committerEike Rathke <erack@redhat.com>2017-10-16 14:20:48 +0200
commit11c61b05d1acb44fd6a6fa6a1825f5d4c99c3b20 (patch)
tree55bc61fffe606f17485f71a569283fe621c7f0ef /include
parent32eb4d56a4ea93e7dbfd947b62e18f05d8215421 (diff)
svl: Match SfxItemState::SET with css::frame::status::ItemState::SET
It had been overlooked over 10 years. Change-Id: I6ef58a5d960a5ae7609334dd6294cdef96cf891f Reviewed-on: https://gerrit.libreoffice.org/43190 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svl/poolitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 82b27c115c47..5a7c5073396b 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -106,7 +106,7 @@ enum class SfxItemState {
* For example, you may want to get the font color and it might either
* be the default one or one that has been explicitly set.
*/
- SET = 0x0030
+ SET = 0x0040
};
#define INVALID_POOL_ITEM reinterpret_cast<SfxPoolItem*>(-1)