summaryrefslogtreecommitdiff
path: root/shell/qa
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-04-05 10:16:07 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-04-05 10:16:07 +0200
commit45f0cc2ec176f02592a4e67942b1220f7837ab9f (patch)
tree792241b1efd30744250b98879149c36aedf4f75e /shell/qa
parentfe44fe403e57155cb479cd8e9cfbb77e1ba4fb01 (diff)
Remove commented code in libs-core/shell
Diffstat (limited to 'shell/qa')
-rw-r--r--shell/qa/i_xml_parser_event_handler.hxx1
-rw-r--r--shell/qa/recent_docs.cxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/shell/qa/i_xml_parser_event_handler.hxx b/shell/qa/i_xml_parser_event_handler.hxx
index e929989bff48..5ff98ff75972 100644
--- a/shell/qa/i_xml_parser_event_handler.hxx
+++ b/shell/qa/i_xml_parser_event_handler.hxx
@@ -43,7 +43,6 @@
typedef std::map<string_t, string_t> xml_tag_attribute_container_t;
-//#########################################
class i_xml_parser_event_handler
{
public:
diff --git a/shell/qa/recent_docs.cxx b/shell/qa/recent_docs.cxx
index f90154e24727..e0907dbff486 100644
--- a/shell/qa/recent_docs.cxx
+++ b/shell/qa/recent_docs.cxx
@@ -39,14 +39,12 @@
#include <stdlib.h>
#include <iostream>
-//########################################
using namespace osl;
using ::rtl::OUString;
namespace syssh = SystemShell;
-//########################################
const OUString SXW_MIME_TYPE(RTL_CONSTASCII_USTRINGPARAM("application/vnd.sun.xml.writer"));
const OUString SXC_MIME_TYPE(RTL_CONSTASCII_USTRINGPARAM("application/vnd.sun.xml.calc"));
const OUString SXI_MIME_TYPE(RTL_CONSTASCII_USTRINGPARAM("application/vnd.sun.xml.impress"));
@@ -218,7 +216,6 @@ public:
};
-//#####################################
// register test suites
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(Test_AddToRecentDocs, "Test_AddToRecentDocs");