summaryrefslogtreecommitdiff
path: root/accessibility/source/helper
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-09 08:59:38 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-09 09:05:34 +0200
commitecc73fa19e2c48e588b3aec98145172d8be37125 (patch)
tree6d6092ebc3cf0bdebfeff5034afed24fae3c244c /accessibility/source/helper
parent2399cf59fc0467028e7183877582821dc878120f (diff)
accessibility: consistently use "" and <> in include directives
Change-Id: I7b6bd3691c95dff0e80f2fb31fa1ffb10f27b58d Reviewed-on: https://gerrit.libreoffice.org/43268 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'accessibility/source/helper')
-rw-r--r--accessibility/source/helper/acc_factory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/helper/acc_factory.cxx b/accessibility/source/helper/acc_factory.cxx
index bfc629239bd9..1f452c7d2d2d 100644
--- a/accessibility/source/helper/acc_factory.cxx
+++ b/accessibility/source/helper/acc_factory.cxx
@@ -59,7 +59,7 @@
#include <svtools/accessibletable.hxx>
#include <vcl/popupmenuwindow.hxx>
-#include "floatingwindowaccessible.hxx"
+#include <floatingwindowaccessible.hxx>
using namespace ::accessibility;
using namespace ::com::sun::star::uno;