summaryrefslogtreecommitdiff
path: root/include/sfx2/docfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/docfile.hxx')
-rw-r--r--include/sfx2/docfile.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx
index 2dc8014c8fa4..aabf312759e5 100644
--- a/include/sfx2/docfile.hxx
+++ b/include/sfx2/docfile.hxx
@@ -113,10 +113,10 @@ public:
void SetLoadTargetFrame(SfxFrame* pFrame );
SfxFrame* GetLoadTargetFrame() const;
- void SetFilter(const SfxFilter *pFlt, bool bResetOrig = false);
- const SfxFilter* GetFilter() const;
- const SfxFilter * GetOrigFilter( bool bNotCurrent = false ) const;
- const OUString& GetOrigURL() const;
+ void SetFilter(const SfxFilter *pFlt);
+ const SfxFilter* GetFilter() const;
+ const SfxFilter* GetOrigFilter() const;
+ const OUString& GetOrigURL() const;
SfxItemSet * GetItemSet() const;
void Close();