summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-12-08 11:50:28 -0500
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-26 15:29:47 +0200
commiteef4898f463c552a1e378e7ca7426fbec91d6873 (patch)
tree3abac6136ae9b8cef8d8c55e2cbcc224b264d87b /include/sfx2
parentb01f4eb13e15d5149379561e9608bed5d670271b (diff)
sfx: LOK: no sidebar tabbar
Change-Id: I210df42fec4404ed9629c9b1c24c78b680212214 Reviewed-on: https://gerrit.libreoffice.org/73517 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/dockwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx
index 95be9d6444dc..c57d171e7e03 100644
--- a/include/sfx2/dockwin.hxx
+++ b/include/sfx2/dockwin.hxx
@@ -90,7 +90,7 @@ public:
const tools::Rectangle& GetInnerRect() const { return aInnerRect; }
const tools::Rectangle& GetOuterRect() const { return aOuterRect; }
SfxBindings& GetBindings() const { return *pBindings; }
- sal_uInt16 GetType() const { return pMgr->GetType(); }
+ sal_uInt16 GetType() const { return pMgr->GetType(); }
SfxChildAlignment GetAlignment() const { return pMgr->GetAlignment(); }
void SetAlignment(SfxChildAlignment eAlign) { pMgr->SetAlignment(eAlign); }
const Size& GetFloatingSize() const { return aFloatSize; }