summaryrefslogtreecommitdiff
path: root/UnoControls/source/controls
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-07-08 13:13:28 +0200
committerNoel Grandin <noel@peralex.com>2013-07-18 10:36:42 +0200
commit32eaa77db33b3b1f5793e92167b9f8c2708ea543 (patch)
tree4d52869521a9f7d36ef089dc37921e690541b8fa /UnoControls/source/controls
parent8ac910bb21517a127616d1e08e2fc9b7a99ecd68 (diff)
fdo#46808, Convert frame::FrameControl service to new style
Change-Id: I38fc91e70d99472a4336250acd5c7dc3457b21ab
Diffstat (limited to 'UnoControls/source/controls')
-rw-r--r--UnoControls/source/controls/framecontrol.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx
index c2bfcde9a84d..ae4556d23686 100644
--- a/UnoControls/source/controls/framecontrol.cxx
+++ b/UnoControls/source/controls/framecontrol.cxx
@@ -46,6 +46,18 @@ using namespace ::com::sun::star::util ;
namespace unocontrols{
+#define SERVICENAME_FRAMECONTROL "com.sun.star.frame.FrameControl"
+#define IMPLEMENTATIONNAME_FRAMECONTROL "stardiv.UnoControls.FrameControl"
+#define PROPERTYNAME_LOADERARGUMENTS "LoaderArguments"
+#define PROPERTYNAME_COMPONENTURL "ComponentURL"
+#define PROPERTYNAME_FRAME "Frame"
+#define ERRORTEXT_VOSENSHURE "This is an invalid property handle."
+#define PROPERTY_COUNT 3 // you must count the propertys
+#define PROPERTYHANDLE_COMPONENTURL 0 // Id must be the index into the array
+#define PROPERTYHANDLE_FRAME 1
+#define PROPERTYHANDLE_LOADERARGUMENTS 2
+
+
//______________________________________________________________________________________________________________
// construct/destruct
//______________________________________________________________________________________________________________