Kaydet (Commit) 3713c17e authored tarafından Caolán McNamara's avatar Caolán McNamara

Werror=unused-function in some configs

Change-Id: I7cc4106063831f342c82c57b0476b9ac8c4b479a
üst afd2e717
......@@ -29,12 +29,16 @@ using namespace com::sun::star;
namespace
{
#if HAVE_FEATURE_PDFIUM
/// Convert to inch, then assume 96 DPI.
double pointToPixel(double fPoint)
{
return fPoint / 72 * 96;
}
#endif
/// Does PDF to PNG conversion using pdfium.
bool generatePreview(SvStream& rStream, Graphic& rGraphic)
{
......
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