summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-03-13 09:06:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-03-13 08:39:10 +0000
commit143c48f3c3dd172c635e4535a0b0da741721f375 (patch)
tree60677546be0838f36b81f8f4f4691c918764185e /unotools
parente0647aeaa4d3a2467c3cc12440df179d7a5853c2 (diff)
remove leftover #undef
from back when some code did define css com::sun::star Change-Id: Ia88ef5e79abac67b90bfed17220ef5eba6043c07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148750 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/itemholder1.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/unotools/source/config/itemholder1.hxx b/unotools/source/config/itemholder1.hxx
index 8e61bb55185b..b8a6504fd3e0 100644
--- a/unotools/source/config/itemholder1.hxx
+++ b/unotools/source/config/itemholder1.hxx
@@ -53,8 +53,4 @@ class ItemHolder1 : public ::cppu::WeakImplHelper< css::lang::XEventListener >
static void impl_newItem(TItemInfo& rItem);
};
-// namespaces
-
-#undef css
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */