summaryrefslogtreecommitdiff
path: root/svl/source/items
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-15 09:12:11 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-15 10:01:24 +0200
commit9081583e59ba8d3a776d812fa280a929c88a69f1 (patch)
tree13acdd281d393a94f904210cbeb49c1993133800 /svl/source/items
parent7e586cee33a978703bfc11571adc3cf68a4d714e (diff)
fix-includes.pl: svl
Change-Id: I18fb7a677e2bb98c83f43f5af3fa988393dc23f9
Diffstat (limited to 'svl/source/items')
-rw-r--r--svl/source/items/cenumitm.cxx2
-rw-r--r--svl/source/items/whassert.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/items/cenumitm.cxx b/svl/source/items/cenumitm.cxx
index d0213a5ab228..49250a70ac5c 100644
--- a/svl/source/items/cenumitm.cxx
+++ b/svl/source/items/cenumitm.cxx
@@ -21,7 +21,7 @@
#include <tools/stream.hxx>
#include <svl/cenumitm.hxx>
#include <svl/eitem.hxx>
-#include <whassert.hxx>
+#include "whassert.hxx"
#include <comphelper/extract.hxx>
diff --git a/svl/source/items/whassert.hxx b/svl/source/items/whassert.hxx
index 8a02a7ac9458..7c7368869e0b 100644
--- a/svl/source/items/whassert.hxx
+++ b/svl/source/items/whassert.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_SVL_SOURCE_ITEMS_WHASSERT_HXX
#define INCLUDED_SVL_SOURCE_ITEMS_WHASSERT_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/log.hxx"
+#include <sal/log.hxx>
#define SFX_ASSERT( bCondition, nId, sMessage ) SAL_WARN_IF( \
!(bCondition), "svl", (sMessage) << ", with ID/pos " << (nId));