summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/IApplicationController.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-03 09:14:58 +0200
committerNoel Grandin <noel@peralex.com>2015-08-03 13:38:44 +0200
commit7dc5e8731fdc3a11ca429e717ec4a05e67ea1d21 (patch)
tree104e82c3fdda21d4b33c4f427cee9023377b731f /dbaccess/source/ui/app/IApplicationController.hxx
parent5edd744d1021b41f59528a6e3a8adebfe63e6b6e (diff)
com::sun::star->css in dbaccess
Change-Id: I4fbdd3fb7d1e0ad4423148aaaed3a15aebb26d14
Diffstat (limited to 'dbaccess/source/ui/app/IApplicationController.hxx')
-rw-r--r--dbaccess/source/ui/app/IApplicationController.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/IApplicationController.hxx b/dbaccess/source/ui/app/IApplicationController.hxx
index 8e17c4b07501..bfc48a23f60c 100644
--- a/dbaccess/source/ui/app/IApplicationController.hxx
+++ b/dbaccess/source/ui/app/IApplicationController.hxx
@@ -77,7 +77,7 @@ namespace dbaui
virtual void previewChanged( sal_Int32 _nMode ) = 0;
/// called when an object container of any kind was found during enumerating tree view elements
- virtual void containerFound( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainer >& _xContainer) = 0;
+ virtual void containerFound( const css::uno::Reference< css::container::XContainer >& _xContainer) = 0;
protected:
~IApplicationController() {}