summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-23 15:09:14 +0200
committerNoel Grandin <noel@peralex.com>2014-07-24 08:13:04 +0200
commit2a19718575e4b9c5757da55ab64dd17ef7d3c9c4 (patch)
tree39a7447c3260d5f6456cf17666c598f680e13be4 /sc/source/ui
parent4bb37f99811875179c2020e832542d3751a93312 (diff)
move SFX_ITEMS_DIRECT etc. definitions inside the module
These are internal constants, they don't need to be visible to the rest of LO Change-Id: I313def85b8c404948ec9ecb3996fed03b32ff9bf
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/unoobj/defltuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/defltuno.cxx b/sc/source/ui/unoobj/defltuno.cxx
index 155f24f54e72..a091677a8d99 100644
--- a/sc/source/ui/unoobj/defltuno.cxx
+++ b/sc/source/ui/unoobj/defltuno.cxx
@@ -339,7 +339,7 @@ uno::Any SAL_CALL ScDocDefaultsObj::getPropertyDefault( const OUString& aPropert
if (pEntry->nWID)
{
ScDocumentPool* pPool = pDocShell->GetDocument().GetPool();
- const SfxPoolItem* pItem = pPool->GetItem2( pEntry->nWID, SFX_ITEMS_DEFAULT );
+ const SfxPoolItem* pItem = pPool->GetItem2Default( pEntry->nWID );
if (pItem)
pItem->QueryValue( aRet, pEntry->nMemberId );
}