summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/TabBar.hxx
diff options
context:
space:
mode:
authorStefan Weiberg <stefan.weiberg@germandev.org>2014-09-03 16:33:13 +0000
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-09-06 15:54:28 -0500
commit35354e6ceffc580ef2d9d817e5bbbe1417b63250 (patch)
treed778ef6798be39c3c46c145625f84cfa9117ea7a /sfx2/source/sidebar/TabBar.hxx
parent4464ada02f5dc41bca98abd3d9413cc06d401c6a (diff)
Related fdo#82088: removing aliases in headers
Change-Id: Id3496d1720630dd7a873edd04b664fc279c1c25e Reviewed-on: https://gerrit.libreoffice.org/11294 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sfx2/source/sidebar/TabBar.hxx')
-rw-r--r--sfx2/source/sidebar/TabBar.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/sidebar/TabBar.hxx b/sfx2/source/sidebar/TabBar.hxx
index e037533c7e06..ffef7729759a 100644
--- a/sfx2/source/sidebar/TabBar.hxx
+++ b/sfx2/source/sidebar/TabBar.hxx
@@ -34,7 +34,6 @@ class Button;
class CheckBox;
class RadioButton;
-namespace cssu = ::com::sun::star::uno;
namespace sfx2 { namespace sidebar {
@@ -67,7 +66,7 @@ public:
const ::std::vector<DeckMenuData>& rMenuData)> PopupMenuProvider;
TabBar (
Window* pParentWindow,
- const cssu::Reference<css::frame::XFrame>& rxFrame,
+ const css::uno::Reference<css::frame::XFrame>& rxFrame,
const ::boost::function<void(const ::rtl::OUString&rsDeckId)>& rDeckActivationFunctor,
const PopupMenuProvider& rPopupMenuProvider);
virtual ~TabBar (void);
@@ -95,7 +94,7 @@ public:
void UpdateFocusManager (FocusManager& rFocusManager);
private:
- cssu::Reference<css::frame::XFrame> mxFrame;
+ css::uno::Reference<css::frame::XFrame> mxFrame;
::boost::scoped_ptr<CheckBox> mpMenuButton;
class Item
{