summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/documentenumeration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/documentenumeration.hxx')
-rw-r--r--basctl/source/basicide/documentenumeration.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/basctl/source/basicide/documentenumeration.hxx b/basctl/source/basicide/documentenumeration.hxx
index 4ee864626fed..cd4af37a4d87 100644
--- a/basctl/source/basicide/documentenumeration.hxx
+++ b/basctl/source/basicide/documentenumeration.hxx
@@ -22,12 +22,15 @@
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XController.hpp>
-
-#include <comphelper/componentcontext.hxx>
+#include <com/sun/star/uno/Reference.hxx>
#include <memory>
#include <vector>
+namespace com { namespace sun { namespace star { namespace uno {
+ class XComponentContext;
+} } } }
+
//........................................................................
namespace basctl { namespace docs {
//........................................................................
@@ -75,7 +78,7 @@ namespace basctl { namespace docs {
class DocumentEnumeration
{
public:
- DocumentEnumeration( const ::comphelper::ComponentContext& _rContext, const IDocumentDescriptorFilter* _pFilter = NULL );
+ DocumentEnumeration( com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > const & _rContext, const IDocumentDescriptorFilter* _pFilter = NULL );
~DocumentEnumeration();
/** retrieves a list of all currently known documents in the application
t(RenderContext&, Rect&)Tomaž Vajngerl 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in sdNoel Grandin 2015-03-04V813: Decreased performanceCaolán McNamara 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-06-30Impress Remote Dialog: avoid flickering when device selected.Andrzej Hunt 2014-06-30Kill some unused/commented code.Andrzej Hunt 2014-06-30Impress Remote: allow removal of authorised remotes.Andrzej Hunt 2014-06-30Move ClientInfo to shared_ptrs.Andrzej Hunt 2014-06-25remove whitespacesMarkus Mohrhard 2014-06-01fdo#68849: Add header guards to all include filesJens Carl 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from sdAlexander Wilms 2014-01-17Window::Notify should return boolStephan Bergmann 2013-11-15convert impress remote dialog to .uiCaolán McNamara 2013-10-14Remove unused/null sd::ClientBox::m_pServerStephan Bergmann