From 4671c3e2944678fa1f3875b13839391d8df49578 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Nov 2015 08:35:35 +0200 Subject: formatting improvements in sw/ after my recent "com::sun::star->css in sw" commit Change-Id: I2545648fc6f14ea0ebcabbe012e91546cf392b16 --- sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/source/uibase/dialog') diff --git a/sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx b/sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx index c4cbb3c99e61..230202341a86 100644 --- a/sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx +++ b/sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx @@ -52,10 +52,10 @@ #include using namespace ::com::sun::star; -using namespace css::uno; -using namespace css::text; -using namespace css::linguistic2; -using namespace css::beans; +using namespace ::com::sun::star::uno; +using namespace ::com::sun::star::text; +using namespace ::com::sun::star::linguistic2; +using namespace ::com::sun::star::beans; SFX_IMPL_CHILDWINDOW_WITHID(SwSpellDialogChildWindow, FN_SPELL_GRAMMAR_DIALOG) -- cgit