diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-12-08 06:37:42 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-12-10 07:18:08 +0000 |
commit | 289124284f98bbea442871455cf7da5fe9ef3aae (patch) | |
tree | 46a189dae7e80e9a7f4360372d4b8b1fd45aa698 /vcl/inc | |
parent | 3a9609653697ac851ee1c55a41aa143d3bca335e (diff) |
Remove noop SalLayout::UseCommonLayout()
Change-Id: Ifc143f33bc4e087726ada1e3b1b5182bf830b0cb
Reviewed-on: https://gerrit.libreoffice.org/31821
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/sallayout.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index 5c7159543e86..2703f2d9b765 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -196,8 +196,6 @@ public: virtual std::shared_ptr<vcl::TextLayoutCache> CreateTextLayoutCache(OUString const&) const; - static bool UseCommonLayout(); - protected: // used by layout engines SalLayout(); |