diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-09 11:07:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-09 13:47:57 +0100 |
commit | 60eff2f44270c04ba95ee16444880c095f4d2b7b (patch) | |
tree | f05d5ff77f530f9b3451bd7f30d21908f05ba68a /desktop/inc | |
parent | f6422b3dfcb00e451ef103127aace1856dc752a9 (diff) |
Revert font initialization foo
this reverts 081a0854635f4bc9f6f743ef4e2675c208405f74
because the heights and widths of the non .ui-converted dialogs are all too low
and everything is squished in them
Change-Id: I103eda4b3d43365c02ecedb6f37b995a682b2cf9
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 984d31e1e83c..02a94b9c2b2b 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -128,7 +128,6 @@ class Desktop : public Application // throws an exception upon failure private: - void RegisterServices( css::uno::Reference< css::uno::XComponentContext > const & context); void DeregisterServices(); |