summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/inc/extended/accessiblelistboxentry.hxx4
-rw-r--r--accessibility/inc/helper/IComboListBoxHelper.hxx4
-rw-r--r--accessibility/inc/standard/vclxaccessiblelistitem.hxx4
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 ------------------------------------------