diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-01 01:04:20 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-01 01:04:50 +0900 |
commit | d95d58af08a35d8a6f9a7713a556915091863f11 (patch) | |
tree | 04f50c6beffd34f7efa2abaa2b9478f96ed746e2 /sd | |
parent | daf9c9c8af4ae7b8a1327040287dafb90ed5146b (diff) |
nuke unused namespace
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/table/tablefunction.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx index 10066a9cc729..0e11eaac5b4a 100644 --- a/sd/source/ui/table/tablefunction.cxx +++ b/sd/source/ui/table/tablefunction.cxx @@ -84,8 +84,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::linguistic2; -namespace css = ::com::sun::star; - namespace sd { extern void showTableDesignDialog( ::Window*, ViewShellBase& ); |