diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-27 07:39:55 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-27 14:00:28 +0200 |
commit | e6ff6f9a71ec88747e3cf8165fb72a96b57f2e99 (patch) | |
tree | ce7c487c98d6dec383e84d63b2ea1c4cf61a3a10 /vcl | |
parent | 3041269ff285685d660a049bfef43f3dab6f8946 (diff) |
use namespace css instead of com::sun
Change-Id: I47582b072bb939cf270a76e430a9f7908b5c1d93
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/accessibility.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/stacking.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/accessibility.cxx b/vcl/source/window/accessibility.cxx index 2b4749e56002..f6262b0e4505 100644 --- a/vcl/source/window/accessibility.cxx +++ b/vcl/source/window/accessibility.cxx @@ -104,7 +104,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::datatransfer::clipboard; using namespace ::com::sun::star::datatransfer::dnd; using namespace ::com::sun::star; -using namespace com::sun; using ::com::sun::star::awt::XTopWindow; diff --git a/vcl/source/window/stacking.cxx b/vcl/source/window/stacking.cxx index 6a9be3847f9d..3e0a0598e500 100644 --- a/vcl/source/window/stacking.cxx +++ b/vcl/source/window/stacking.cxx @@ -41,7 +41,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::datatransfer::clipboard; using namespace ::com::sun::star::datatransfer::dnd; using namespace ::com::sun::star; -using namespace com::sun; using ::com::sun::star::awt::XTopWindow; |