summaryrefslogtreecommitdiff
path: root/i18npool/source/calendar
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:40:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:06 +0200
commit58b898407254e308830bf6570f87f38ce62f9a39 (patch)
treeddfbbe33076a2075f3843018f973188eb948de07 /i18npool/source/calendar
parentf0c35fea4ed3862eea57df092aa9edf7d7b1cb30 (diff)
loplugin:includeform: i18npool
Change-Id: I4356a9e559a3f63c172542256543b272df6ba173
Diffstat (limited to 'i18npool/source/calendar')
-rw-r--r--i18npool/source/calendar/calendarImpl.cxx4
-rw-r--r--i18npool/source/calendar/calendar_gregorian.cxx4
-rw-r--r--i18npool/source/calendar/calendar_hijri.cxx2
-rw-r--r--i18npool/source/calendar/calendar_jewish.cxx2
4 files changed, 6 insertions, 6 deletions
diff --git a/i18npool/source/calendar/calendarImpl.cxx b/i18npool/source/calendar/calendarImpl.cxx
index dbb95fd7489f..c40735b83761 100644
--- a/i18npool/source/calendar/calendarImpl.cxx
+++ b/i18npool/source/calendar/calendarImpl.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "calendarImpl.hxx"
-#include "localedata.hxx"
+#include <calendarImpl.hxx>
+#include <localedata.hxx>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/supportsservice.hxx>
diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx
index f89f5fa046e3..522a2cf8a077 100644
--- a/i18npool/source/calendar/calendar_gregorian.cxx
+++ b/i18npool/source/calendar/calendar_gregorian.cxx
@@ -19,8 +19,8 @@
#include <algorithm>
-#include "calendar_gregorian.hxx"
-#include "localedata.hxx"
+#include <calendar_gregorian.hxx>
+#include <localedata.hxx>
#include <com/sun/star/i18n/AmPmValue.hpp>
#include <com/sun/star/i18n/Months.hpp>
#include <com/sun/star/i18n/Weekdays.hpp>
diff --git a/i18npool/source/calendar/calendar_hijri.cxx b/i18npool/source/calendar/calendar_hijri.cxx
index ae8f78fd38a6..292ee50ba8cd 100644
--- a/i18npool/source/calendar/calendar_hijri.cxx
+++ b/i18npool/source/calendar/calendar_hijri.cxx
@@ -21,7 +21,7 @@
#include <stdlib.h>
#include <math.h>
-#include "calendar_hijri.hxx"
+#include <calendar_hijri.hxx>
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/i18npool/source/calendar/calendar_jewish.cxx b/i18npool/source/calendar/calendar_jewish.cxx
index 4e05bbba9868..3dff440e7e1b 100644
--- a/i18npool/source/calendar/calendar_jewish.cxx
+++ b/i18npool/source/calendar/calendar_jewish.cxx
@@ -21,7 +21,7 @@
#include <math.h>
#include <stdio.h>
-#include "calendar_jewish.hxx"
+#include <calendar_jewish.hxx>
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::i18n;