summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/envlop.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-10-08 21:46:51 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-09 05:30:41 +0200
commit5c151537b571614c8f10b96e2b60faa959413f1f (patch)
treea3410556cd5a09546aafd327d090eb4176235129 /sw/source/uibase/inc/envlop.hxx
parent91d5cebbde2e854a73a9a7633725350df1418387 (diff)
uibase: consistently use "" and <> in include directives
Change-Id: Ib6888045cecb4bd7b3498534605d790324f1b40a Reviewed-on: https://gerrit.libreoffice.org/43265 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/source/uibase/inc/envlop.hxx')
-rw-r--r--sw/source/uibase/inc/envlop.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/envlop.hxx b/sw/source/uibase/inc/envlop.hxx
index 2e0c43dec906..d82e35d376f3 100644
--- a/sw/source/uibase/inc/envlop.hxx
+++ b/sw/source/uibase/inc/envlop.hxx
@@ -30,7 +30,7 @@
#include <vcl/button.hxx>
-#include "envimg.hxx"
+#include <envimg.hxx>
#define GetFieldVal(rField) (rField).Denormalize((rField).GetValue(FUNIT_TWIP))
#define SetFieldVal(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP)