diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2019-07-06 10:29:17 +0200 |
---|---|---|
committer | Arnaud Versini <arnaud.versini@libreoffice.org> | 2019-09-16 12:32:28 +0200 |
commit | 151ba014b31c43ae51f14be6f88a16ced1542701 (patch) | |
tree | c97235e181101c31b54877c0d0e2292bfdf49c5a /accessibility | |
parent | 94552560fe319aa16f219e70c1caa5d63e0e1419 (diff) |
accessibility : namespace cleanup
Change-Id: I6b8c69babba163c74cd90757bad2c9f997b7e66f
Reviewed-on: https://gerrit.libreoffice.org/75160
Tested-by: Jenkins
Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/inc/extended/accessiblelistboxentry.hxx | 4 | ||||
-rw-r--r-- | accessibility/inc/helper/IComboListBoxHelper.hxx | 4 | ||||
-rw-r--r-- | accessibility/inc/standard/vclxaccessiblelistitem.hxx | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/accessibility/inc/extended/accessiblelistboxentry.hxx b/accessibility/inc/extended/accessiblelistboxentry.hxx index d52faf379f69..2d9e4fac97b1 100644 --- a/accessibility/inc/extended/accessiblelistboxentry.hxx +++ b/accessibility/inc/extended/accessiblelistboxentry.hxx @@ -41,12 +41,12 @@ // forward --------------------------------------------------------------- -namespace com { namespace sun { namespace star { namespace awt { +namespace com::sun::star::awt { struct Point; struct Rectangle; struct Size; class XFocusListener; -} } } } +} class SvTreeListBox; class SvTreeListEntry; diff --git a/accessibility/inc/helper/IComboListBoxHelper.hxx b/accessibility/inc/helper/IComboListBoxHelper.hxx index c4b638b70acb..b4f669b929a6 100644 --- a/accessibility/inc/helper/IComboListBoxHelper.hxx +++ b/accessibility/inc/helper/IComboListBoxHelper.hxx @@ -24,9 +24,9 @@ #include <rtl/ustring.hxx> #include <tools/wintypes.hxx> -namespace com { namespace sun { namespace star { namespace datatransfer { namespace clipboard { +namespace com::sun::star::datatransfer::clipboard { class XClipboard; -} } } } } +} class Point; namespace tools { class Rectangle; } diff --git a/accessibility/inc/standard/vclxaccessiblelistitem.hxx b/accessibility/inc/standard/vclxaccessiblelistitem.hxx index d6fdb6f762bc..5e46ba80940d 100644 --- a/accessibility/inc/standard/vclxaccessiblelistitem.hxx +++ b/accessibility/inc/standard/vclxaccessiblelistitem.hxx @@ -34,12 +34,12 @@ // forward --------------------------------------------------------------- -namespace com { namespace sun { namespace star { namespace awt { +namespace com::sun::star::awt { struct Point; struct Rectangle; struct Size; class XFocusListener; -} } } } +} // class VCLXAccessibleListItem ------------------------------------------ |