From 10459e41c4e28bb70e21761d46028a0341109b26 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 19 Mar 2013 13:28:35 +0100 Subject: remove unused VariableName code/comments Change-Id: Ifa0ae6d870b48f4f1dec013c183efc64736dd8ea --- xmloff/source/text/txtfldi.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index 245d7e4001a3..7e1fb2915450 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -154,7 +154,6 @@ const sal_Char sAPI_full_name[] = "FullName"; const sal_Char sAPI_place_holder_type[] = "PlaceHolderType"; const sal_Char sAPI_place_holder[] = "PlaceHolder"; const sal_Char sAPI_hint[] = "Hint"; -const sal_Char sAPI_variable_name[] = "VariableName"; const sal_Char sAPI_name[] = "Name"; const sal_Char sAPI_sub_type[] = "SubType"; const sal_Char sAPI_numbering_separator[] = "NumberingSeparator"; -- cgit