diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 14:52:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 14:54:12 +0100 |
commit | c1b9402d49a7cd4bec383f28d397d9d89541f0e0 (patch) | |
tree | 29e1c211be6eaf119cb899270bdfc5fd870a7c65 /UnoControls | |
parent | 9a93b3c671835267433b7dc9eb71aa9f1c79dd67 (diff) |
Typos
Change-Id: I151957e415eff793e3d054050526b7d6892d28d4
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/inc/framecontrol.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx index e98285146905..f3ffef6c575b 100644 --- a/UnoControls/source/inc/framecontrol.hxx +++ b/UnoControls/source/inc/framecontrol.hxx @@ -42,8 +42,8 @@ namespace unocontrols{ #define PROPERTYNAME_LOADERARGUMENTS "LoaderArguments" #define PROPERTYNAME_COMPONENTURL "ComponentURL" #define PROPERTYNAME_FRAME "Frame" -#define PROPERTY_COUNT 3 // you must count the propertys -#define PROPERTYHANDLE_COMPONENTURL 0 // Id must be the index into the array +#define PROPERTY_COUNT 3 // you must count the properties +#define PROPERTYHANDLE_COMPONENTURL 0 // Id must be the index into the array #define PROPERTYHANDLE_FRAME 1 #define PROPERTYHANDLE_LOADERARGUMENTS 2 |