summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-12-08 11:50:28 -0500
committerJan Holesovsky <kendy@collabora.com>2019-04-30 18:06:29 +0200
commit7a87509de2eba6ade0e7df347c5ee597b7ec82b3 (patch)
tree0082e334fea5cd7c5db1fb623b31eb8114efcceb /include
parent5c726cdc20681ade4d303202fbd9d1a8773c5b2a (diff)
sfx: LOK: no sidebar tabbar
Change-Id: I210df42fec4404ed9629c9b1c24c78b680212214
Diffstat (limited to 'include')
-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 7b078a96af35..e1c243e2cdcb 100644
--- a/include/sfx2/dockwin.hxx
+++ b/include/sfx2/dockwin.hxx
@@ -91,7 +91,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; }