diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-05 11:54:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-05 12:27:51 +0200 |
commit | b4107411900f5bb4c215e2d9db09fc2b2b82939b (patch) | |
tree | db49676210a90fbc4dd56213029394a6d128c0ea /include/vcl/window.hxx | |
parent | 8f08def4aefc6b92366536fb1fb6620527474129 (diff) |
Revert "Move ImplInitAppFontData from Window to Application"
This reverts commit f76026a43acc65465882924796d93e635c35fd90. This
brings back the paragraph style and font name combo boxes in Writer.
Change-Id: Idb28253797ef842d575fe10537f6e70faa34fe75
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 9aa9a74cb4e0..001dfd5c1d7c 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -384,6 +384,8 @@ public: DECL_DLLPRIVATE_LINK( ImplHideOwnerDrawWindowsHdl, void* ); + SAL_DLLPRIVATE static void ImplInitAppFontData( Window* pWindow ); + SAL_DLLPRIVATE Window* ImplGetFrameWindow() const; SalFrame* ImplGetFrame() const; SAL_DLLPRIVATE ImplFrameData* ImplGetFrameData(); |