summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-07-15 16:25:34 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-07-15 16:26:07 +0200
commit92474c05f858502414eabf20c932f72c7e9bda1b (patch)
tree029ec5bf418ca7a885d05466a5e4b70a30fa6bae /sfx2
parent99f05d9947db2dd0676fafa66106d17e4d8eea6d (diff)
sw: indentation fixes
Change-Id: I6cdc7cff7c45e58c9b684ff53a8dd84af7cf0c83
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/classificationcontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/classificationcontroller.cxx b/sfx2/source/view/classificationcontroller.cxx
index b905cd6499de..af9152310c08 100644
--- a/sfx2/source/view/classificationcontroller.cxx
+++ b/sfx2/source/view/classificationcontroller.cxx
@@ -233,9 +233,9 @@ void ClassificationCategoriesController::removeEntries()
}
}
+// WB_NOLABEL means here that the control won't be replaced with a label
+// when it wouldn't fit the available space.
ClassificationControl::ClassificationControl(vcl::Window* pParent)
- // WB_NOLABEL means here that the control won't be replaced with a label
- // when it wouldn't fit the available space.
: Window(pParent, WB_DIALOGCONTROL | WB_NOLABEL)
{
m_pLabels[SfxClassificationPolicyType::IntellectualProperty] = VclPtr<FixedText>::Create(this, WB_CENTER);