summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-04-15 19:11:23 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-04-15 19:11:23 +0000
commit1546e5f1cc245b5d4d2a7b9253a34cefbcf28110 (patch)
tree69099888a4498d19862710222cc78aa5b5a8d382 /sc/inc/docuno.hxx
parentb9312b5bc4045036417f9c1fd13d6018f92cf17d (diff)
#i92516# vcl helper for new print ui options
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index bf4c1f126449..77c3ab767915 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -75,6 +75,7 @@ class ScTableSheetObj;
class SvxFmDrawPage;
class SvxDrawPage;
class ScRangeList;
+class ScPrintUIOptions;
class SC_DLLPUBLIC ScModelObj : public SfxBaseModel,
public com::sun::star::sheet::XSpreadsheetDocument,
@@ -97,6 +98,7 @@ private:
SfxItemPropertySet aPropSet;
ScDocShell* pDocShell;
ScPrintFuncCache* pPrintFuncCache;
+ ScPrintUIOptions* pPrinterOptions;
com::sun::star::uno::Reference<com::sun::star::uno::XAggregation> xNumberAgg;
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawGradTab;
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> xDrawHatchTab;