[Libreoffice-commits] core.git: vcl/inc

Mark Hung marklh9 at gmail.com
Sun Mar 19 05:39:03 UTC 2017


 vcl/inc/CommonSalLayout.hxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 4cd1cd396a1ec189660f07ddcfee16c004d71a38
Author: Mark Hung <marklh9 at gmail.com>
Date:   Sat Mar 18 11:05:18 2017 +0800

    Remove GetVerticalOrientation declaration from header.
    
    Change-Id: Icedd82e7a0092c18e1ff5b4ad4be22f2a30c33e2
    Reviewed-on: https://gerrit.libreoffice.org/35384
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

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: */


More information about the Libreoffice-commits mailing list