diff options
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp index 5d6ba7a15..03dec1e4b 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -268,7 +268,7 @@ SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) : text_decoration_color.setStylePointer( this ); fill.setStylePointer( this ); stroke.setStylePointer( this ); - // color.setStylePointer( this ); // Doen't need reference to self + // color.setStylePointer( this ); // Doesn't need reference to self // 'text_decoration' shorthand requires access to included properties. text_decoration.setStylePointer( this ); |
