summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-22 16:52:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-22 16:52:41 +0100
commitb84f1b9df4ae200584a7080f54c01e1d16e1baf9 (patch)
tree35798eb3dbfde6a55badb69a527024f167e4bf67 /framework
parent03523ec6c647add6e3ee339e5752e58c0d2ac34f (diff)
startup optimization, remove unused global strings
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/general.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/framework/inc/general.h b/framework/inc/general.h
index 029fa602a1..3a88e4b653 100644
--- a/framework/inc/general.h
+++ b/framework/inc/general.h
@@ -55,14 +55,6 @@ namespace css = ::com::sun::star;
namespace framework {
//-----------------------------------------------------------------------------
-/** status event mapped from load event of frame loader
-
- @todo think about me
- should be moved to another more specific place.
- */
-static const ::rtl::OUString FEATUREDESCRIPTOR_LOADSTATE = DECLARE_ASCII("loadFinishedOrCancelled");
-
-//-----------------------------------------------------------------------------
/** Those macro is used to make it more clear where a synchronized block will start.
Because normal documentation code wont be recognized by some developers to be real
I need something where they are thinking about.