summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-05-15 15:33:17 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-16 06:43:06 +0000
commitb852642ecdcba105d14b1927309cfb176fb7d417 (patch)
tree6e1ce3e55661e74ee33106764359d38d86ee409f /tools
parentee6af9f72c298972d7f255aa92f365b33a9e53b2 (diff)
remove unused RSC_SYSWINDOW and RSC_WORKWIN
Change-Id: I2c7db8a635c6770ff3221ee28b9349668d8d5881 Reviewed-on: https://gerrit.libreoffice.org/25004 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/source/rc/resmgr.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 668b414e1ae4..2b46d4b02a50 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -1411,7 +1411,6 @@ OString ResMgr::GetAutoHelpId()
// auto help ids for top level windows
switch( pRC->pResource->GetRT() ) {
case RSC_DOCKINGWINDOW: aHID.append( "DockingWindow" ); break;
- case RSC_WORKWIN: aHID.append( "WorkWindow" ); break;
default: return OString();
}
}
@@ -1421,7 +1420,6 @@ OString ResMgr::GetAutoHelpId()
const ImpRCStack *pRC1 = StackTop(1);
switch( pRC1->pResource->GetRT() ) {
case RSC_DOCKINGWINDOW:
- case RSC_WORKWIN:
// intentionally no breaks!
// auto help ids for controls
switch( pRC->pResource->GetRT() ) {