summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index b6874997ed22..3b0c0e93864c 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -606,21 +606,6 @@ private:
SAL_DLLPRIVATE bool ImplUpdatePos();
SAL_DLLPRIVATE void ImplUpdateSysObjPos();
- /** check whether a font is suitable for UI
-
- The font to be tested will be checked whether it could display a
- localized test string. If this is not the case, then the font
- is deemed unsuitable as UI font.
-
- @param rFont
- the font to be tested
-
- @returns
- True if the font can be used as UI font
- False if the font is unsuitable as UI font
- */
- SAL_DLLPRIVATE bool ImplCheckUIFont( const vcl::Font& rFont );
-
SAL_DLLPRIVATE void ImplUpdateGlobalSettings( AllSettings& rSettings, bool bCallHdl = true );
SAL_DLLPRIVATE void ImplAlignChildren();