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 /fpicker | |
parent | daf9c9c8af4ae7b8a1327040287dafb90ed5146b (diff) |
nuke unused namespace
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/PlacesListBox.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/asyncrequests.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/fpicker/source/office/PlacesListBox.cxx b/fpicker/source/office/PlacesListBox.cxx index e6595c60bbb3..c763b1d913f4 100644 --- a/fpicker/source/office/PlacesListBox.cxx +++ b/fpicker/source/office/PlacesListBox.cxx @@ -36,7 +36,6 @@ #define COLUMN_NAME 1 -namespace css = com::sun::star; using rtl::OUString; PlacesListBox_Impl::PlacesListBox_Impl( Window* pParent, const rtl::OUString& rTitle ) : diff --git a/fpicker/source/win32/filepicker/asyncrequests.cxx b/fpicker/source/win32/filepicker/asyncrequests.cxx index b0124859fb12..a6b1d2358eb0 100644 --- a/fpicker/source/win32/filepicker/asyncrequests.cxx +++ b/fpicker/source/win32/filepicker/asyncrequests.cxx @@ -38,8 +38,6 @@ namespace fpicker{ namespace win32{ namespace vista{ -namespace css = ::com::sun::star; - //----------------------------------------------------------------------------- void lcl_sleep(::osl::Condition& aCondition , ::sal_Int32 nMilliSeconds) |