summaryrefslogtreecommitdiff
path: root/sc/inc/filter.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-09-28 22:19:46 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:21 -0500
commit5067591aba2f04bbf18621c9f76b03eaa29d1c08 (patch)
tree798e826ebdcdebf5f22641bcb872fb12123177f0 /sc/inc/filter.hxx
parent8ca9f3c53e231bd528ff0f0a8af511ba9f517172 (diff)
Call orcus filter accessor from the dialog when a new source file is set.
For now it doesn't do anything. Change-Id: I8e41c7e15c3b99ab0ddec8e68242176c97f368fc
Diffstat (limited to 'sc/inc/filter.hxx')
-rw-r--r--sc/inc/filter.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx
index 2359927387ac..7eef93dffc35 100644
--- a/sc/inc/filter.hxx
+++ b/sc/inc/filter.hxx
@@ -32,6 +32,8 @@
#include <tools/string.hxx>
#include <rtl/textenc.h>
+#include "scdllapi.h"
+
class SfxMedium;
class SvStream;
@@ -133,7 +135,7 @@ extern "C" {
class ScFormatFilter {
public:
- static ScFormatFilterPlugin &Get();
+ SC_DLLPUBLIC static ScFormatFilterPlugin &Get();
};
#endif