summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-16 15:46:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-16 15:46:21 +0000
commit181c8e131c0fd584f252df02c59bbbe6bfb1cda9 (patch)
tree5b2a88986bbb0fe7f08f5be0f5c32e317ec4514e
parent86065485796d67cac71386dbc5a796da0fbcae01 (diff)
remove unused strings
-rw-r--r--framework/inc/dispatchcommands.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/inc/dispatchcommands.h b/framework/inc/dispatchcommands.h
index 7ddb4fce8e..f155de3397 100644
--- a/framework/inc/dispatchcommands.h
+++ b/framework/inc/dispatchcommands.h
@@ -44,9 +44,6 @@ namespace framework{
//_________________________________________________________________________________________________________________
static ::rtl::OUString CMD_UNO_SHOWSTARTMODULE(RTL_CONSTASCII_USTRINGPARAM(".uno:ShowStartModule"));
-static ::rtl::OUString CMD_UNO_CLOSEDOC(RTL_CONSTASCII_USTRINGPARAM(".uno:CloseDoc"));
-static ::rtl::OUString CMD_UNO_CLOSEWIN(RTL_CONSTASCII_USTRINGPARAM(".uno:CloseWin"));
-static ::rtl::OUString CMD_UNO_CLOSEFRAME(RTL_CONSTASCII_USTRINGPARAM(".uno:CloseFrame"));
} // namespace framework