diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-09 08:59:38 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2017-10-09 09:05:34 +0200 |
commit | ecc73fa19e2c48e588b3aec98145172d8be37125 (patch) | |
tree | 6d6092ebc3cf0bdebfeff5034afed24fae3c244c /accessibility/source/extended/AccessibleGridControlTableCell.cxx | |
parent | 2399cf59fc0467028e7183877582821dc878120f (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/extended/AccessibleGridControlTableCell.cxx')
-rw-r--r-- | accessibility/source/extended/AccessibleGridControlTableCell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/extended/AccessibleGridControlTableCell.cxx b/accessibility/source/extended/AccessibleGridControlTableCell.cxx index 5bcdcfcf93f5..71f378492c0b 100644 --- a/accessibility/source/extended/AccessibleGridControlTableCell.cxx +++ b/accessibility/source/extended/AccessibleGridControlTableCell.cxx @@ -18,7 +18,7 @@ */ -#include "extended/AccessibleGridControlTableCell.hxx" +#include <extended/AccessibleGridControlTableCell.hxx> #include <svtools/accessibletable.hxx> #include <tools/gen.hxx> #include <toolkit/helper/vclunohelper.hxx> |