summaryrefslogtreecommitdiff
path: root/include/vcl/vclenum.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-06-29 14:54:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-06-30 10:33:28 +0200
commit011a4932aa35475a81917d5931e2a0f3a43c7336 (patch)
treebdda61baa9b7c5e4ea3cb6cb567807a7d5567718 /include/vcl/vclenum.hxx
parentc99375b5b4f83895507ea2a44eceafeed800c2aa (diff)
add set_alignment to Entry
Change-Id: I004fb0e19c1bb25bdb5d11ba5d5d5f39b137874c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97423 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/vclenum.hxx')
-rw-r--r--include/vcl/vclenum.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx
index b5423b46e5de..3534fbd2815a 100644
--- a/include/vcl/vclenum.hxx
+++ b/include/vcl/vclenum.hxx
@@ -340,6 +340,13 @@ enum class DrawFrameStyle
NWF = 0x0006,
};
+enum class TxtAlign
+{
+ Left,
+ Center,
+ Right
+};
+
#endif // INCLUDED_VCL_VCLENUM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */