summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-09 08:35:35 +0200
committerNoel Grandin <noel@peralex.com>2015-11-09 08:36:01 +0200
commit4671c3e2944678fa1f3875b13839391d8df49578 (patch)
tree99684e9f0aeb23f93b405c1238f116a347462cc0 /sw/source/uibase/shells/textsh.cxx
parentf045b7cb457e8ca1c0a2b3d3ec08f5fe647542bd (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/textsh.cxx')
-rw-r--r--sw/source/uibase/shells/textsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textsh.cxx b/sw/source/uibase/shells/textsh.cxx
index 807db4339bbd..8c65f71359fd 100644
--- a/sw/source/uibase/shells/textsh.cxx
+++ b/sw/source/uibase/shells/textsh.cxx
@@ -876,7 +876,7 @@ void SwTextShell::ExecDelete(SfxRequest &rReq)
void SwTextShell::ExecTransliteration( SfxRequest & rReq )
{
- using namespace css::i18n;
+ using namespace ::com::sun::star::i18n;
sal_uInt32 nMode = 0;
switch( rReq.GetSlot() )