diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-26 17:14:48 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-26 18:01:51 +0200 |
commit | 1e83da9aedda51aaef7e105187ae9a6a385f15d3 (patch) | |
tree | 26f15cfd49b4124d9b523506c31fc46419ca6490 /accessibility | |
parent | 3a390f36e8931e50009438f992ed0e4cdb02cca4 (diff) |
some more namespace cleanup
Change-Id: Ib1e80d717f199db8f8ac4181d4377a86d88e3244
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/inc/accessibility/extended/AccessibleGridControl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControl.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControl.hxx index 44cdbd8c7384..e92e4953bd56 100644 --- a/accessibility/inc/accessibility/extended/AccessibleGridControl.hxx +++ b/accessibility/inc/accessibility/extended/AccessibleGridControl.hxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #ifndef ACCESSIBILITY_EXT_ACCESSIBLEGRIDCONTROL_HXX #define ACCESSIBILITY_EXT_ACCESSIBLEGRIDCONTROL_HXX @@ -28,8 +27,6 @@ #include <memory> -using namespace ::svt::table; - // ============================================================================ namespace accessibility { |