summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-03-19 17:01:02 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-03-19 17:01:02 +0200
commit12490e743fadd9e1d509cdaeee67ccb15e024657 (patch)
tree89fafda4455da0723c223794928bea873ad491dd /vcl/inc
parent550c6ed03a6d5d56ec23ce0d18d081b03226f539 (diff)
This can move out of the header as well
Change-Id: I995ad7fb040e11363a70ee2b5cd88e068f06771c
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/CommonSalLayout.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/inc/CommonSalLayout.hxx b/vcl/inc/CommonSalLayout.hxx
index 17498eccc20a..471ca4d2da02 100644
--- a/vcl/inc/CommonSalLayout.hxx
+++ b/vcl/inc/CommonSalLayout.hxx
@@ -91,14 +91,5 @@ public:
bool IsKashidaPosValid(int nCharPos) const final override;
};
-// these must match the values in vcl/source/gdi/VerticalOrientationData.cxx
-enum class VerticalOrientation {
- Upright = 0,
- Rotated = 1,
- TransformedUpright = 2,
- TransformedRotated = 3
-};
-
-
#endif // INCLUDED_VCL_INC_COMMONSALLAYOUT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */