summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:20:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:20:45 +0100
commit3a014901fdc4134f4fae669b66b154b1137c2352 (patch)
treeb991fc3cabb21e4048bb41d894965e94c0b98e19 /chart2
parente3f141323eea90259248cef4576ddb267b9c2d06 (diff)
Fix typo seperated/separated
Change-Id: I133423de994b1befe246b6c921802428a3528202
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/ObjectIdentifier.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/ObjectIdentifier.hxx b/chart2/source/inc/ObjectIdentifier.hxx
index 58f60415ea96..0c4b3c516621 100644
--- a/chart2/source/inc/ObjectIdentifier.hxx
+++ b/chart2/source/inc/ObjectIdentifier.hxx
@@ -81,7 +81,7 @@ class OOO_DLLPUBLIC_CHARTTOOLS ObjectIdentifier
//syntax of a CID: CID:/classification/ObjectID
//where classification: nothing or "MultiClick" or "DragMethod=DragMethodServiceName" and "DragParameter=DragParameterString"
- // or a combination of these seperated with a colon
+ // or a combination of these separated with a colon
//where DragMethodServiceName can be a selfdefined servicename for special actions //todo define standard service for this purpose
//where DragParameterString is any string you like to transport information to your special drag service
// only semicolon, colon, equal sign and slash are not allowed characters