summaryrefslogtreecommitdiff
path: root/cui/source/options/optmemory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optmemory.cxx')
-rw-r--r--cui/source/options/optmemory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optmemory.cxx b/cui/source/options/optmemory.cxx
index ea3cdd8af441..07011b6827ef 100644
--- a/cui/source/options/optmemory.cxx
+++ b/cui/source/options/optmemory.cxx
@@ -82,7 +82,7 @@ inline void OfaMemoryOptionsPage::SetNfGraphicCacheVal( long nSizeInBytes )
m_pNfGraphicCache->SetValue( nSizeInBytes >> 20 );
}
-long OfaMemoryOptionsPage::GetNfGraphicObjectCacheVal( void ) const
+long OfaMemoryOptionsPage::GetNfGraphicObjectCacheVal() const
{
return long( ::rtl::math::round( double( m_pNfGraphicObjectCache->GetValue() ) * NF2BYTES ) );
}