summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-11-06 21:05:30 +0100
committerEike Rathke <erack@redhat.com>2014-11-06 21:32:57 +0100
commit14174aabaa959988fe65c41109c6eafc37f5b2c3 (patch)
tree25ccf4ae7d8b5e94f60a5ff7ea72b0b818a71c85 /svx
parentb448ee4a3a5a121f3b08a8e946a934d3414a5251 (diff)
change nNewStandardDefined to bAdditionalBuiltin
and remove SV_NUMBERFORMATTER_VERSION_ADDITIONAL_I18N_FORMATS Change-Id: I63f341e74a1eb7172dbb024a5cef66435a46e1df
Diffstat (limited to 'svx')
-rw-r--r--svx/source/items/numfmtsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx
index e8718fea2fca..4634fac8204d 100644
--- a/svx/source/items/numfmtsh.cxx
+++ b/svx/source/items/numfmtsh.cxx
@@ -920,7 +920,7 @@ short SvxNumberFormatShell::FillEListWithUserCurrencys( std::vector<OUString>& r
if ( !IsRemoved_Impl( nKey ) )
{
if( pNumEntry->GetType() & NUMBERFORMAT_DEFINED ||
- pNumEntry->IsAdditionalStandardDefined() )
+ pNumEntry->IsAdditionalBuiltin() )
{
nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED;
aStrComment = pNumEntry->GetComment();
@@ -1073,7 +1073,7 @@ short SvxNumberFormatShell::FillEListWithUsD_Impl( std::vector<OUString>& rList,
if ( !IsRemoved_Impl( nKey ) )
{
if( (pNumEntry->GetType() & NUMBERFORMAT_DEFINED) ||
- (bAdditional && pNumEntry->IsAdditionalStandardDefined()) )
+ (bAdditional && pNumEntry->IsAdditionalBuiltin()) )
{
nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED;
aStrComment=pNumEntry->GetComment();