From d428360e48f069622b0aeccf74b88af0be632be8 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 24 May 2012 22:20:19 +0900 Subject: removed unused const char[] Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e --- unotools/source/config/historyoptions.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'unotools') diff --git a/unotools/source/config/historyoptions.cxx b/unotools/source/config/historyoptions.cxx index 93d5854f0676..949f82ca8f16 100644 --- a/unotools/source/config/historyoptions.cxx +++ b/unotools/source/config/historyoptions.cxx @@ -78,7 +78,6 @@ namespace { const char s_sItemList[] = "ItemList"; const char s_sOrderList[] = "OrderList"; const char s_sHistoryItemRef[] = "HistoryItemRef"; - const char s_sURL[] = "URL"; const char s_sFilter[] = "Filter"; const char s_sTitle[] = "Title"; const char s_sPassword[] = "Password"; -- cgit