summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewimp.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <Philipp.Lohmann@Sun.COM>2009-10-10 10:56:15 +0200
committerPhilipp Lohmann <Philipp.Lohmann@Sun.COM>2009-10-10 10:56:15 +0200
commiteca1b69c7f9f5d4a4966a19afdaa2c353e289ba0 (patch)
tree9f7b974be7c49185fcbfc1cedc6bbf7b133aa532 /sfx2/source/view/viewimp.hxx
parentc51056b55e537374e1b279df87221deb06c144c8 (diff)
SfxPrintAsync_Impl moved out in printerpullpages
Diffstat (limited to 'sfx2/source/view/viewimp.hxx')
-rw-r--r--sfx2/source/view/viewimp.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx
index f75d68fe1413..e36e199a32bb 100644
--- a/sfx2/source/view/viewimp.hxx
+++ b/sfx2/source/view/viewimp.hxx
@@ -56,6 +56,7 @@ typedef SfxShell* SfxShellPtr_Impl;
SV_DECL_PTRARR( SfxShellArr_Impl, SfxShellPtr_Impl, 4, 4 )
// struct SfxViewShell_Impl ----------------------------------------------
+#if 0
class SfxAsyncPrintExec_Impl : public SfxListener
{
SfxViewShell* pView;
@@ -70,6 +71,7 @@ public:
void AddRequest( SfxRequest& rReq );
};
+#endif
struct SfxViewShell_Impl
{
@@ -94,7 +96,7 @@ struct SfxViewShell_Impl
USHORT nFamily;
SfxBaseController* pController;
::svt::AcceleratorExecute* pAccExec;
- SfxAsyncPrintExec_Impl* pPrinterCommandQueue;
+// SfxAsyncPrintExec_Impl* pPrinterCommandQueue;
com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue > aPrintOpts;
SfxViewShell_Impl()