[Libreoffice-commits] core.git: xmloff/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Feb 26 22:07:49 PST 2013
xmloff/source/style/xmlnumi.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6f50c0967f5d0484cba3d490bfa47128fb1d27d3
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Wed Feb 27 07:07:08 2013 +0100
fix build
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx
index 4237349..ee243bb 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 )
More information about the Libreoffice-commits
mailing list