summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2009-08-14 13:56:56 +0000
committerThomas Lange <tl@openoffice.org>2009-08-14 13:56:56 +0000
commita6e4f39c82a75fb2684d3563b9c2a7af3518d2bc (patch)
tree586e8f59b9b2c1c2e0c06db0300bee4db1313524 /sw/inc/unotxdoc.hxx
parent6f114639ebbd358fbe45f389e838595fea1cf88b (diff)
#i101242# new print UI
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r--sw/inc/unotxdoc.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 7b81a0ce191b..7292ce74fcff 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -127,6 +127,7 @@ class SwUnoCrsr;
class SwXDocumentPropertyHelper;
class SfxViewFrame;
class SwPrintUIOptions;
+class SwPrintData;
typedef UnoActionContext* UnoActionContextPtr;
SV_DECL_PTRARR(ActionContextArr, UnoActionContextPtr, 4, 4)
@@ -216,11 +217,11 @@ class SwXTextDocument : public SwXTextDocumentBaseClass,
css::uno::Reference< css::container::XNameContainer> xXFormsContainer;
//temporary frame to enable PDF export if no valid view is available
- SfxViewFrame* m_pHiddenViewFrame;
- css::uno::Reference< css::uno::XInterface> xPropertyHelper;
- SwXDocumentPropertyHelper* pPropertyHelper;
+ SfxViewFrame* m_pHiddenViewFrame;
+ css::uno::Reference< css::uno::XInterface> xPropertyHelper;
+ SwXDocumentPropertyHelper* pPropertyHelper;
- SwPrintUIOptions* m_pPrintUIOptions;
+ SwPrintUIOptions* m_pPrintUIOprions;
void GetBodyText();
void GetNumberFormatter();