diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-09 08:35:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-09 08:36:01 +0200 |
commit | 4671c3e2944678fa1f3875b13839391d8df49578 (patch) | |
tree | 99684e9f0aeb23f93b405c1238f116a347462cc0 /sw/source/uibase/shells/basesh.cxx | |
parent | f045b7cb457e8ca1c0a2b3d3ec08f5fe647542bd (diff) |
formatting improvements in sw/
after my recent "com::sun::star->css in sw" commit
Change-Id: I2545648fc6f14ea0ebcabbe012e91546cf392b16
Diffstat (limited to 'sw/source/uibase/shells/basesh.cxx')
-rw-r--r-- | sw/source/uibase/shells/basesh.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index 3aa8c419d035..f6fe41d6b321 100644 --- a/sw/source/uibase/shells/basesh.cxx +++ b/sw/source/uibase/shells/basesh.cxx @@ -149,9 +149,9 @@ namespace } using namespace ::com::sun::star; -using namespace css::uno; -using namespace css::frame; -using namespace css::lang; +using namespace ::com::sun::star::uno; +using namespace ::com::sun::star::frame; +using namespace ::com::sun::star::lang; SFX_IMPL_SUPERCLASS_INTERFACE(SwBaseShell, SfxShell) |