summaryrefslogtreecommitdiff
path: root/include/framework/statusbarconfiguration.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-20 17:26:13 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-22 07:26:49 +0000
commit1b3f81bd584cfceb537f04f3a240bf505d19b7bf (patch)
treea80eb92bcca708141778df42e071a384d00f3926 /include/framework/statusbarconfiguration.hxx
parent41b923e76ddea150133fa3a1185e2d337d6d9105 (diff)
com::sun::star->css in include/framework
Change-Id: I60874ab8d3cc9adaea8757d6888e341accce2083 Reviewed-on: https://gerrit.libreoffice.org/19494 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/framework/statusbarconfiguration.hxx')
-rw-r--r--include/framework/statusbarconfiguration.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/framework/statusbarconfiguration.hxx b/include/framework/statusbarconfiguration.hxx
index 402f56fc936b..7abcc145d7d9 100644
--- a/include/framework/statusbarconfiguration.hxx
+++ b/include/framework/statusbarconfiguration.hxx
@@ -36,14 +36,14 @@ class FWE_DLLPUBLIC StatusBarConfiguration
{
public:
static bool LoadStatusBar(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext,
- const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInputStream,
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer >& rStatusbarConfiguration );
+ const css::uno::Reference< css::uno::XComponentContext >& xContext,
+ const css::uno::Reference< css::io::XInputStream >& xInputStream,
+ const css::uno::Reference< css::container::XIndexContainer >& rStatusbarConfiguration );
static bool StoreStatusBar(
- const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext,
- const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutputStream,
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& rStatusbarConfiguration );
+ const css::uno::Reference< css::uno::XComponentContext >& xContext,
+ const css::uno::Reference< css::io::XOutputStream >& xOutputStream,
+ const css::uno::Reference< css::container::XIndexAccess >& rStatusbarConfiguration );
};
} // namespace framework