summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-01-21 08:40:42 +0100
committerDavid Tardon <dtardon@redhat.com>2011-01-21 12:34:59 +0100
commit6cbca7e6e10abc66bcc7f52e8e807a413f130a4d (patch)
tree861565a3d4b62e1d8371cc6daa6b16a7de819a2c /framework/source
parent8731b8965569e1a0fff355b9a99240b21805a2ff (diff)
remove unused constant
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/services/autorecovery.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 5b1f8dd324d3..898cf281bfc1 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -203,7 +203,6 @@ static const ::rtl::OUString PROP_DISPATCH_ASYNCHRON(RTL_CONSTASCII_USTRINGPARAM
static const ::rtl::OUString PROP_PROGRESS(RTL_CONSTASCII_USTRINGPARAM("StatusIndicator"));
static const ::rtl::OUString PROP_SAVEPATH(RTL_CONSTASCII_USTRINGPARAM("SavePath"));
static const ::rtl::OUString PROP_ENTRY_ID(RTL_CONSTASCII_USTRINGPARAM("EntryID"));
-static const ::rtl::OUString PROP_DBG_MAKE_IT_FASTER(RTL_CONSTASCII_USTRINGPARAM("DBGMakeItFaster"));
static const ::rtl::OUString PROP_AUTOSAVE_STATE(RTL_CONSTASCII_USTRINGPARAM("AutoSaveState"));
static const ::rtl::OUString OPERATION_START(RTL_CONSTASCII_USTRINGPARAM("start"));