summaryrefslogtreecommitdiff
path: root/include/svx/databaselocationinput.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-31 15:30:37 +0200
committerNoel Grandin <noel@peralex.com>2013-06-03 10:00:02 +0200
commit2838b8eb5ead00780ed9ed9410abee8b8d53a9a4 (patch)
tree9adc985fafa8e87435546cee5e64aa6d83ef1fe3 /include/svx/databaselocationinput.hxx
parent28e3aff576f06b0b02c7232da5d723e865b3c7ed (diff)
fdo#46808, Convert ComponentContext in connectivity,extension..
...modules. Change-Id: Ie61976dc12b514bb85ca42496c0d9173a1c56264
Diffstat (limited to 'include/svx/databaselocationinput.hxx')
-rw-r--r--include/svx/databaselocationinput.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/databaselocationinput.hxx b/include/svx/databaselocationinput.hxx
index 6acb2194a810..451e3744417c 100644
--- a/include/svx/databaselocationinput.hxx
+++ b/include/svx/databaselocationinput.hxx
@@ -21,11 +21,11 @@
#define SVX_DATABASELOCATIONINPUT_HXX
#include "svx/svxdllapi.h"
+#include "com/sun/star/uno/XComponentContext.hpp"
class PushButton;
class String;
namespace svt { class OFileURLControl; }
-namespace comphelper { class ComponentContext; }
#include <memory>
@@ -50,7 +50,7 @@ namespace svx
{
public:
DatabaseLocationInputController(
- const ::comphelper::ComponentContext& _rContext,
+ const css::uno::Reference<css::uno::XComponentContext>& _rContext,
::svt::OFileURLControl& _rLocationInput,
PushButton& _rBrowseButton
);