diff options
Diffstat (limited to 'svx/source/svdraw/svdpdf.hxx')
-rw-r--r-- | svx/source/svdraw/svdpdf.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdpdf.hxx b/svx/source/svdraw/svdpdf.hxx index 0c462c6fc135..7d458b978c01 100644 --- a/svx/source/svdraw/svdpdf.hxx +++ b/svx/source/svdraw/svdpdf.hxx @@ -103,6 +103,7 @@ class ImpSdrPdfImport final void ImportImage(FPDF_PAGEOBJECT pPageObject); void SetupPageScale(const double dPageWidth, const double dPageHeight); + void ImportText(FPDF_PAGEOBJECT pPageObject); void ImportText(const Point& rPos, const OUString& rStr); void SetAttributes(SdrObject* pObj, bool bForceTextAttr = false); void InsertObj(SdrObject* pObj, bool bScale = true); |