summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-11 13:53:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-11 14:31:43 +0100
commit8197518497ce5c538ea5db85168614f6025de2b5 (patch)
tree77752985c786f2b3de4d5b9ab8bad6c690933006 /oox
parentd496bcdb770a61400abf4f67baae5103505f8a34 (diff)
Uknown -> Unknown
Change-Id: I06d48669804d2ae99c47a0df1ed3c6f45c87a57e
Diffstat (limited to 'oox')
-rw-r--r--oox/source/helper/propertymap.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx
index 235108202abf..e168cbba6fbc 100644
--- a/oox/source/helper/propertymap.cxx
+++ b/oox/source/helper/propertymap.cxx
@@ -367,7 +367,7 @@ static void lclDumpAnyValue( Any value)
} else if( value >>= aWritingMode )
fprintf (stderr, "%d writing mode\n", aWritingMode);
else if( value >>= aTextVertAdj ) {
- const char* s = "uknown";
+ const char* s = "unknown";
switch( aTextVertAdj ) {
case TextVerticalAdjust_TOP:
s = "top";
@@ -387,7 +387,7 @@ static void lclDumpAnyValue( Any value)
}
fprintf (stderr, "%s\n", s);
} else if( value >>= aTextHorizAdj ) {
- const char* s = "uknown";
+ const char* s = "unknown";
switch( aTextHorizAdj ) {
case TextHorizontalAdjust_LEFT:
s = "left";
@@ -761,7 +761,7 @@ static const char* lclDumpAnyValueCode( Any value, int level = 0)
} else if( value >>= aWritingMode )
fprintf (stderr, "%d writing mode\n", aWritingMode);
else if( value >>= aTextVertAdj ) {
- const char* s = "uknown";
+ const char* s = "unknown";
switch( aTextVertAdj ) {
case TextVerticalAdjust_TOP:
s = "top";
@@ -781,7 +781,7 @@ static const char* lclDumpAnyValueCode( Any value, int level = 0)
}
fprintf (stderr, "%s\n", s);
} else if( value >>= aTextHorizAdj ) {
- const char* s = "uknown";
+ const char* s = "unknown";
switch( aTextHorizAdj ) {
case TextHorizontalAdjust_LEFT:
s = "left";