summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewprn.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-28 15:38:06 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-29 06:26:47 +0000
commit913a2d3692f0dc36c41bfeca2cad7e936b189a30 (patch)
tree9143f8a8e7d2e89ed4a18a21edab1f348039c3f4 /sfx2/source/view/viewprn.cxx
parente5c8de332a687b682b596f1a917030185909dd1f (diff)
com::sun::star->css in sfx2
Change-Id: I20d9b45e4b28c2a4a511774d3154aceb0471d197 Reviewed-on: https://gerrit.libreoffice.org/19643 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2/source/view/viewprn.cxx')
-rw-r--r--sfx2/source/view/viewprn.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx
index 6beda04894a7..0d7c8cde155e 100644
--- a/sfx2/source/view/viewprn.cxx
+++ b/sfx2/source/view/viewprn.cxx
@@ -90,7 +90,7 @@ public:
virtual Sequence< beans::PropertyValue > getPageParameters( int i_nPage ) const override;
virtual void printPage( int i_nPage ) const override;
virtual void jobStarted() override;
- virtual void jobFinished( com::sun::star::view::PrintableState ) override;
+ virtual void jobFinished( css::view::PrintableState ) override;
};
SfxPrinterController::SfxPrinterController( const VclPtr<Printer>& i_rPrinter,
@@ -328,7 +328,7 @@ void SfxPrinterController::jobStarted()
}
}
-void SfxPrinterController::jobFinished( com::sun::star::view::PrintableState nState )
+void SfxPrinterController::jobFinished( css::view::PrintableState nState )
{
if ( mpObjectShell )
{