diff options
Diffstat (limited to 'include/vcl/edit.hxx')
-rw-r--r-- | include/vcl/edit.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx index 84e10a8fd963..fe1e12826ee4 100644 --- a/include/vcl/edit.hxx +++ b/include/vcl/edit.hxx @@ -34,13 +34,10 @@ #include <vcl/vclptr.hxx> #include <com/sun/star/uno/Reference.h> -namespace com { -namespace sun { -namespace star { -namespace i18n { +namespace com::sun::star::i18n { class XBreakIterator; class XExtendedInputSequenceChecker; -}}}} +} namespace weld { class Widget; } |