diff options
author | Radek Doulik <rodo@novell.com> | 2013-02-22 12:03:54 +0100 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2013-02-22 12:05:30 +0100 |
commit | 64cdf8072a79491903c5d1b107c6486b33da04d3 (patch) | |
tree | 2673e56ee4a5f13227ac024c5cf052578d6c03ab /sd/source/ui/inc | |
parent | 805f1ed598ef18157710cf3655d329b09a735389 (diff) |
added EmbedFonts property, added File/Properties/Font tab
Change-Id: Id2a812c4b5347e2851149a1bd46eaec4b40d0f12
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/DrawDocShell.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx index bcf7d4a8c4b1..eb75a3c48cba 100644 --- a/sd/source/ui/inc/DrawDocShell.hxx +++ b/sd/source/ui/inc/DrawDocShell.hxx @@ -98,6 +98,8 @@ public: virtual Size GetFirstPageSize(); virtual void FillClass(SvGlobalName* pClassName, sal_uInt32* pFormat, String* pAppName, String* pFullTypeName, String* pShortTypeName, sal_Int32 nFileFormat, sal_Bool bTemplate = sal_False ) const; virtual void SetModified( sal_Bool = sal_True ); + virtual SfxDocumentInfoDialog* CreateDocumentInfoDialog( ::Window *pParent, + const SfxItemSet &rSet ); using SotObject::GetInterface; using SfxObjectShell::GetVisArea; |