From 9176441f1cc21f7e5d07808b3dd86b726a645e84 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 13 Sep 2019 11:31:22 +0200 Subject: dont define PROPERTY_NONE multiple times MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia4af4a281058131d41c2a65abbce58bf5f7a38b6 Reviewed-on: https://gerrit.libreoffice.org/78866 Tested-by: Jenkins Reviewed-by: Björn Michaelsen --- sw/inc/unomap.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/inc/unomap.hxx') diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index f63f4ab8f168..36f8766e0e03 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -24,8 +24,6 @@ class SfxItemPropertySet; struct SfxItemPropertyMapEntry; -#define PROPERTY_NONE 0 - #define PROPERTY_MAP_TEXT_CURSOR 0 #define PROPERTY_MAP_CHAR_STYLE 1 #define PROPERTY_MAP_PARA_STYLE 2 -- cgit