summaryrefslogtreecommitdiff
path: root/sc/inc/filter.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-08-31 11:11:00 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-09-07 09:10:36 -0400
commitc28f2fbddaa5c1042d1661125dc64a397e6a65fa (patch)
tree212529e72250890dadf9101452bba6b354fa6664 /sc/inc/filter.hxx
parentc8b7e9822257938e9b1d1c6f7d93d085b06d5e96 (diff)
Move the orcus handling code from sc to scfilt.
Then this will be subject to on-demand loading. Change-Id: Ibefcb77b4c8a97707f3ea177a81bd61bdc58fc31
Diffstat (limited to 'sc/inc/filter.hxx')
-rw-r--r--sc/inc/filter.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx
index ac943f5faa79..2359927387ac 100644
--- a/sc/inc/filter.hxx
+++ b/sc/inc/filter.hxx
@@ -39,6 +39,7 @@ class ScAddress;
class ScDocument;
class ScRange;
class SvNumberFormatter;
+class ScOrcusFilters;
// return values im-/export filter (sal_uLong)
@@ -119,6 +120,8 @@ class ScFormatFilterPlugin {
const String& rStreamPath, String& rNonConvertibleChars ) = 0;
virtual FltError ScExportRTF( SvStream&, ScDocument*, const ScRange& rRange, const CharSet eDest ) = 0;
+ virtual ScOrcusFilters* GetOrcusFilters() = 0;
+
protected:
~ScFormatFilterPlugin() {}
};