diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-24 22:20:19 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-24 22:29:38 +0900 |
commit | d428360e48f069622b0aeccf74b88af0be632be8 (patch) | |
tree | ad5cc5540e59746c70a43f8169e08963ae590c00 /unotools | |
parent | 9746c6de3a05fe9284d6d6bb2f636bfe912733cd (diff) |
removed unused const char[]
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/historyoptions.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |