summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-06 10:06:45 +0300
committerNoel Grandin <noel@peralex.com>2015-07-06 10:10:02 +0300
commit04c0b70c9bbd7c8d6e30a95c5693d283c992fd98 (patch)
tree6319bdcd60262bd3d7b5099f7c446fd589562c67 /shell/source
parente9c3583c2cc27fc88ee81047c236ec99dd51e8de (diff)
loplugin:unusedmethods sax,shell,stoc,basegfx
Change-Id: I8f3871fd4e82b6850718b6f2a8757f3043d00017
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/unix/sysshell/recently_used_file_handler.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx
index e66d96d1ed51..0beba20e52c0 100644
--- a/shell/source/unix/sysshell/recently_used_file_handler.cxx
+++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx
@@ -266,16 +266,9 @@ namespace /* private */ {
current_element_ += character;
}
- virtual void start_document() SAL_OVERRIDE {}
- virtual void end_document() SAL_OVERRIDE {}
-
virtual void ignore_whitespace(const string_t& /*whitespaces*/) SAL_OVERRIDE
{}
- virtual void processing_instruction(
- const string_t& /*target*/, const string_t& /*data*/) SAL_OVERRIDE
- {}
-
virtual void comment(const string_t& /*comment*/) SAL_OVERRIDE
{}
private: