Kaydet (Commit) 54cf331a authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: update list, updateDirTimestamp now unused

üst 3391bd05
......@@ -257,6 +257,10 @@ ScDPCache::GetAdditionalItemID(String const&) const
ScDPCache::GetDimNumType(short) const
ScDPCache::GetSortedItemData(short, int) const
ScDPCache::IsEmptyMember(int, unsigned short) const
ScDPCollection::DBCaches::removeCache(int, rtl::OUString const&, rtl::OUString const&)
ScDPCollection::DBCaches::size() const
ScDPCollection::NameCaches::removeCache(rtl::OUString const&)
ScDPCollection::SheetCaches::removeCache(ScRange const&)
ScDPFieldControlBase::GetParentDlg() const
ScDPFieldControlBase::ModifySelectionOffset(long)
ScDPFieldControlBase::SetSelectedField(unsigned long)
......@@ -1748,7 +1752,6 @@ pdfi::PDFIProcessor::sortDocument(bool)
pdfi::PDFIRawAdaptor::odfConvert(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::io::XOutputStream> const&, com::sun::star::uno::Reference<com::sun::star::task::XStatusIndicator> const&)
pdfparse::PDFReader::read(char const*, unsigned int)
psp::GetCommandLineTokenCount(rtl::OString const&)
psp::PrintFontManager::getXLFD(psp::PrintFontManager::PrintFont*) const
psp::PrinterGfx::DrawBitmap(Rectangle const&, Rectangle const&, psp::PrinterBmp const&, psp::PrinterBmp const&)
psp::PrinterGfx::DrawMask(Rectangle const&, Rectangle const&, psp::PrinterBmp const&, psp::PrinterColor&)
psp::PrinterGfx::GetGlyphBoundRect(unsigned short, Rectangle&)
......
......@@ -501,20 +501,6 @@ void FontCache::read()
} while( ! aStream.IsEof() );
}
/*
* FontCache::updateDirTimestamp
*/
void FontCache::updateDirTimestamp( int nDirID )
{
PrintFontManager& rManager( PrintFontManager::get() );
const OString& rDir = rManager.getDirectory( nDirID );
struct stat aStat;
if( ! stat( rDir.getStr(), &aStat ) )
m_aCache[ nDirID ].m_nTimestamp = (sal_Int64)aStat.st_mtime;
}
/*
* FontCache::copyPrintFont
*/
......
......@@ -91,8 +91,6 @@ public:
bool scanAdditionalFiles( const rtl::OString& rDir );
void flush();
void updateDirTimestamp( int nDirID );
};
} // namespace psp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment