From 4ead110a8c574379545f9cf1d4a914c7bb43bc2a Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 14 Nov 2016 15:24:32 +0100 Subject: remove prop. name variable It is not used consistently anyway. Change-Id: Ia842668dfb36dc2a8fbf3b938758b81c78d5c868 --- include/xmloff/shapeexport.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/xmloff/shapeexport.hxx b/include/xmloff/shapeexport.hxx index ce74b197637d..56588fa63ab1 100644 --- a/include/xmloff/shapeexport.hxx +++ b/include/xmloff/shapeexport.hxx @@ -186,7 +186,6 @@ private: const OUString msPrintable; const OUString msVisible; - const OUString msEmptyPres; const OUString msModel; const OUString msStartShape; const OUString msEndShape; -- cgit