diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 18:03:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 18:09:20 +0200 |
commit | 448c62835b3c28f7b62f336d232c7966ce4c859a (patch) | |
tree | 6ae9ca5c71ec532b6a8ebe8ef841eb8016b5131d /sd/inc | |
parent | 8a5b3971057237b178f7e65437deec766b56f9c4 (diff) |
SdStyleSheetPool::GetBulletFont can be static
...that's why the problem fixed in 0466c0dcddd3b5af02c711794e8cd4c3c6c12993 "Set
mxStyleSheetPool before using it" had never caused trouble in practice (and its
change to SdDrawDocument ctor can be reverted again)
Change-Id: I662995ab4fcaa7ae461cb9575666825d8a869735
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/stlpool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx index 7af9fe980c5e..ae146096542d 100644 --- a/sd/inc/stlpool.hxx +++ b/sd/inc/stlpool.hxx @@ -87,7 +87,7 @@ public: void CreatePseudosIfNecessary(); void UpdateStdNames(); static void PutNumBulletItem( SfxStyleSheetBase* pSheet, Font& rBulletFont ); - Font GetBulletFont() const; + static Font GetBulletFont(); SdDrawDocument* GetDoc() const { return mpDoc; } |