From c1b9402d49a7cd4bec383f28d397d9d89541f0e0 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 28 Feb 2015 14:52:55 +0100 Subject: Typos Change-Id: I151957e415eff793e3d054050526b7d6892d28d4 --- UnoControls/source/inc/framecontrol.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UnoControls') 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 -- cgit