diff options
author | Mark Hung <marklh9@gmail.com> | 2017-03-18 11:05:18 +0800 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-19 05:38:40 +0000 |
commit | 4cd1cd396a1ec189660f07ddcfee16c004d71a38 (patch) | |
tree | 5fade6f307815f5f406cecb1b792393e83907a6f | |
parent | 2667435ea5e6b73e58e57703b6fc3896e87eb370 (diff) |
Remove GetVerticalOrientation declaration from header.
Change-Id: Icedd82e7a0092c18e1ff5b4ad4be22f2a30c33e2
Reviewed-on: https://gerrit.libreoffice.org/35384
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | vcl/inc/CommonSalLayout.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/CommonSalLayout.hxx b/vcl/inc/CommonSalLayout.hxx index a33e68ce6c40..17498eccc20a 100644 --- a/vcl/inc/CommonSalLayout.hxx +++ b/vcl/inc/CommonSalLayout.hxx @@ -99,11 +99,6 @@ enum class VerticalOrientation { TransformedRotated = 3 }; -namespace vcl { - - VerticalOrientation GetVerticalOrientation(uint32_t cCh); - -} // namespace vcl #endif // INCLUDED_VCL_INC_COMMONSALLAYOUT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |