diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 23:05:53 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 23:06:03 +0100 |
commit | dedffc5920d285b5194fff7ff9e23cce8fb5c092 (patch) | |
tree | 3611116f779d649d2cde1e4997c79add1d1027b2 /svtools | |
parent | a1360c8bc1859d59d8cc9e135019efc17115acff (diff) |
Remove some dead code
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/table/tablecontrol.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/table/tablecontrol.cxx b/svtools/source/table/tablecontrol.cxx index f29d06189a80..1ed3894ef883 100644 --- a/svtools/source/table/tablecontrol.cxx +++ b/svtools/source/table/tablecontrol.cxx @@ -41,7 +41,6 @@ using ::com::sun::star::accessibility::XAccessible; using namespace ::com::sun::star::accessibility; using namespace ::com::sun::star::lang; using namespace utl; -//using namespace rtl; //........................................................................ namespace svt { namespace table { |