summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/printhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/printhelper.cxx')
-rw-r--r--sfx2/source/doc/printhelper.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/source/doc/printhelper.cxx b/sfx2/source/doc/printhelper.cxx
index 661074a9a102..ce69c37b6471 100644
--- a/sfx2/source/doc/printhelper.cxx
+++ b/sfx2/source/doc/printhelper.cxx
@@ -96,6 +96,8 @@ static Size impl_Size_Struct2Object( const awt::Size& aSize )
return aReturnValue ;
}
+namespace {
+
class SfxPrintJob_Impl : public cppu::WeakImplHelper
<
css::view::XPrintJob
@@ -111,6 +113,8 @@ public:
virtual void SAL_CALL cancelJob() override;
};
+}
+
SfxPrintJob_Impl::SfxPrintJob_Impl( IMPL_PrintListener_DataContainer* pData )
: m_pData( pData )
{
@@ -457,6 +461,7 @@ void SAL_CALL SfxPrintHelper::setPrinter(const uno::Sequence< beans::PropertyVal
// ImplPrintWatch thread for asynchronous printing with moving temp. file to ucb location
+namespace {
/* This implements a thread which will be started to wait for asynchronous
print jobs to temp. locally files. If they finish we move the temp. files
@@ -569,6 +574,7 @@ class ImplUCBPrintWatcher : public ::osl::Thread
}
};
+}
// XPrintable