diff options
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index b374c8c3f881..3f7ce5d622ee 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -591,7 +591,7 @@ public: SC_DLLPUBLIC static void Init(); // during start up static void InitAddIns(); - static void Clear(); // at the end of the program + SC_DLLPUBLIC static void Clear(); // at the end of the program static void InitTextHeight(const SfxItemPool* pPool); static SvxBrushItem* GetEmptyBrushItem() { return pEmptyBrushItem; } |