summaryrefslogtreecommitdiffstats
path: root/include/sfx2/docinsert.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-15 15:13:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 05:48:12 +0000
commitb7f9a397fbf8459d166d7bb961d5d8c2c87a0868 (patch)
tree7991b4d6a75db21a2261e461108d0f44e858f992 /include/sfx2/docinsert.hxx
parentloplugin:unusedmethods sfx2 (diff)
downloadcore-b7f9a397fbf8459d166d7bb961d5d8c2c87a0868.tar.gz
core-b7f9a397fbf8459d166d7bb961d5d8c2c87a0868.zip
loplugin:unusedmethods sfx2(part2)
Change-Id: I82223b72ddb6a9df1ee52a300b083002234602dc Reviewed-on: https://gerrit.libreoffice.org/17075 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/sfx2/docinsert.hxx')
-rw-r--r--include/sfx2/docinsert.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/docinsert.hxx b/include/sfx2/docinsert.hxx
index 95108a24b8d7..04058868cfd1 100644
--- a/include/sfx2/docinsert.hxx
+++ b/include/sfx2/docinsert.hxx
@@ -58,9 +58,6 @@ public:
void StartExecuteModal( const Link<>& _rDialogClosedLink );
SfxMedium* CreateMedium();
SfxMediumList* CreateMediumList();
-
- inline ErrCode GetError() const { return m_nError; }
- inline OUString GetFilter() const { return m_sFilter; }
};
} // namespace sfx2