blob: a5961cd4a26620dad1fc87428037c5f0813fbb7f [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_unotools.hxx"
#ifndef INCLUDE_CONFIGITEMS_HISTORYOPTIONS_CONST_HXX
#define INCLUDE_CONFIGITEMS_HISTORYOPTIONS_CONST_HXX
#include <rtl/ustring.hxx>
namespace
{
static const ::rtl::OUString s_sCommonHistory = ::rtl::OUString::createFromAscii("org.openoffice.Office.Common/History");
static const ::rtl::OUString s_sHistories = ::rtl::OUString::createFromAscii("org.openoffice.Office.Histories/Histories");
static const ::rtl::OUString s_sPickListSize = ::rtl::OUString::createFromAscii("PickListSize");
static const ::rtl::OUString s_sURLHistorySize = ::rtl::OUString::createFromAscii("Size");
static const ::rtl::OUString s_sHelpBookmarksSize = ::rtl::OUString::createFromAscii("HelpBookmarkSize");
static const ::rtl::OUString s_sPickList = ::rtl::OUString::createFromAscii("PickList");
static const ::rtl::OUString s_sURLHistory = ::rtl::OUString::createFromAscii("URLHistory");
static const ::rtl::OUString s_sHelpBookmarks = ::rtl::OUString::createFromAscii("HelpBookmarks");
static const ::rtl::OUString s_sItemList = ::rtl::OUString::createFromAscii("ItemList");
static const ::rtl::OUString s_sOrderList = ::rtl::OUString::createFromAscii("OrderList");
static const ::rtl::OUString s_sHistoryItemRef = ::rtl::OUString::createFromAscii("HistoryItemRef");
static const ::rtl::OUString s_sURL = ::rtl::OUString::createFromAscii("URL");
static const ::rtl::OUString s_sFilter = ::rtl::OUString::createFromAscii("Filter");
static const ::rtl::OUString s_sTitle = ::rtl::OUString::createFromAscii("Title");
static const ::rtl::OUString s_sPassword = ::rtl::OUString::createFromAscii("Password");
}
#endif // INCLUDE_CONFIGITEMS_HISTORYOPTIONS_CONST_HXX