diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-02-27 07:07:08 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-02-27 07:07:27 +0100 |
commit | 6f50c0967f5d0484cba3d490bfa47128fb1d27d3 (patch) | |
tree | 1838c2c58f7fdbfec6f72bf87eb92f0f1b2f7b09 /xmloff | |
parent | 8b66c00a0c87f81ecb78b27dbf0a6ded6e94a048 (diff) |
fix build
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlnumi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index 4237349b7093..ee243bbb9988 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -440,7 +440,7 @@ SvXMLImportContext *SvxXMLListLevelStyleContext_Impl::CreateChildContext( Sequence<beans::PropertyValue> SvxXMLListLevelStyleContext_Impl::GetProperties( const SvI18NMap *pI18NMap ) { - sal_Int16 eType = NUMBER_NONE; + sal_Int16 eType = NumberingType::NUMBER_NONE; sal_Int32 nCount = 0; if( bBullet ) |