summaryrefslogtreecommitdiff
path: root/accessibility/inc/helper
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2019-07-06 10:29:17 +0200
committerArnaud Versini <arnaud.versini@libreoffice.org>2019-09-16 12:32:28 +0200
commit151ba014b31c43ae51f14be6f88a16ced1542701 (patch)
treec97235e181101c31b54877c0d0e2292bfdf49c5a /accessibility/inc/helper
parent94552560fe319aa16f219e70c1caa5d63e0e1419 (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/inc/helper')
-rw-r--r--accessibility/inc/helper/IComboListBoxHelper.hxx4
1 files changed, 2 insertions, 2 deletions
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; }