summaryrefslogtreecommitdiff
path: root/framework/inc/properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/properties.h')
-rw-r--r--framework/inc/properties.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/framework/inc/properties.h b/framework/inc/properties.h
index 5a32a42a28cc..ddf08a5cf578 100644
--- a/framework/inc/properties.h
+++ b/framework/inc/properties.h
@@ -271,27 +271,10 @@ namespace framework{
#define TABWINDOW_PROPHANDLE_TOPWINDOW 1
#define TABWINDOW_PROPCOUNT 2
-//_______________________________________________
-/** properties for tab window service (new) */
-#define TABWINDOWSERVICE_PROPNAME_ASCII_WINDOW "Window"
-#define TABWINDOWSERVICE_PROPNAME_WINDOW ::rtl::OUString::createFromAscii( TABWINDOWSERVICE_PROPNAME_ASCII_WINDOW )
-
#define TABWINDOWSERVICE_PROPHANDLE_WINDOW 0
#define TABWINDOWSERVICE_PROPCOUNT 1
//_______________________________________________
-/** properties of tabreg service */
-static const char* TABREG_PROPNAME_ASCII_TITLE = "title";
-
-static const ::rtl::OUString TABREG_PROPNAME_TITLE = ::rtl::OUString::createFromAscii(TABREG_PROPNAME_ASCII_TITLE);
-
-//_______________________________________________
-/** properties of controller service */
-static const char* CONTROLLER_PROPNAME_ASCII_ICONID = "IconId";
-
-static const ::rtl::OUString CONTROLLER_PROPNAME_ICONID = ::rtl::OUString::createFromAscii(CONTROLLER_PROPNAME_ASCII_ICONID);
-
-//_______________________________________________
/** provides some helper methods to implement property sets. */
class PropHelper