summaryrefslogtreecommitdiff
path: root/framework
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
commit5671a987946532a9a119b98c2e677e07c7dc372d (patch)
treebdf6128cd1d287d3f06e0cd57a97832a93e175ba /framework
parent7298f8b028fab384f39e9b91115e7c9ccaca2eb7 (diff)
remove unused strings
Diffstat (limited to 'framework')
-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 512cd0148801..978fd66efe8f 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