summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-04-03 14:47:31 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-04-03 14:47:31 +0000
commit313505000dd5252b55a106733df5eecb53c3a548 (patch)
tree61ade0afc393c9d998e86e45fa560e9d10ba56ca /sw/inc/unotxdoc.hxx
parent05f54edb99508ebc6ec1591b31246a4a89ac5aa2 (diff)
#i92516# preparations for new print UI
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r--sw/inc/unotxdoc.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 7c0f8af1b072..a5d840c1ac2b 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -123,6 +123,7 @@ class SwXDrawPage;
class SwUnoCrsr;
class SwXDocumentPropertyHelper;
class SfxViewFrame;
+class SwPrintUIOptions;
typedef UnoActionContext* UnoActionContextPtr;
SV_DECL_PTRARR(ActionContextArr, UnoActionContextPtr, 4, 4)
@@ -216,6 +217,8 @@ class SwXTextDocument : public SwXTextDocumentBaseClass,
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> xPropertyHelper;
SwXDocumentPropertyHelper* pPropertyHelper;
+ SwPrintUIOptions* m_pPrintUIOptions;
+
void GetBodyText();
void GetNumberFormatter();