summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/uiconfigurationmanager.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-30 12:23:37 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-30 12:23:37 +0200
commit4cdc4c50962ff47c377fd85b55565c7da41f5358 (patch)
treecd7a3d9ee8ca99800380a0831d8a8a31dff28199 /framework/source/uiconfiguration/uiconfigurationmanager.cxx
parentc7086127e024849f7c6a6f1c4e5d8aa17bcd7ecc (diff)
slidecopy: missing UIELEMENTTYPENAME, detected by smoketest on unxsols4 only (why didn't this crash earlier??)
Diffstat (limited to 'framework/source/uiconfiguration/uiconfigurationmanager.cxx')
-rw-r--r--framework/source/uiconfiguration/uiconfigurationmanager.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/uiconfiguration/uiconfigurationmanager.cxx b/framework/source/uiconfiguration/uiconfigurationmanager.cxx
index dd4e1607c8..dd9d42958a 100644
--- a/framework/source/uiconfiguration/uiconfigurationmanager.cxx
+++ b/framework/source/uiconfiguration/uiconfigurationmanager.cxx
@@ -118,7 +118,8 @@ static const char* UIELEMENTTYPENAMES[] =
UIELEMENTTYPE_TOOLBAR_NAME,
UIELEMENTTYPE_STATUSBAR_NAME,
UIELEMENTTYPE_FLOATINGWINDOW_NAME,
- UIELEMENTTYPE_PROGRESSBAR_NAME
+ UIELEMENTTYPE_PROGRESSBAR_NAME,
+ UIELEMENTTYPE_TOOLPANEL_NAME
};
static const char RESOURCEURL_PREFIX[] = "private:resource/";