diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-08-16 08:20:16 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-08-16 08:20:16 +0000 |
| commit | b61db3c2d4c3d2fb497d62b4ddb3364031f5fdec (patch) | |
| tree | 5fcd18179bd2d75c411027dcc19f4957b1b1ce2d /src/sp-text.cpp | |
| parent | code style (use NULL for pointers instead of 0) (diff) | |
| download | inkscape-b61db3c2d4c3d2fb497d62b4ddb3364031f5fdec.tar.gz inkscape-b61db3c2d4c3d2fb497d62b4ddb3364031f5fdec.zip | |
Fix for 168164 : Font sizes in points option
(bzr r11608)
Diffstat (limited to 'src/sp-text.cpp')
| -rw-r--r-- | src/sp-text.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-text.cpp b/src/sp-text.cpp index f930bb636..0b60c1960 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -38,6 +38,7 @@ #include "display/drawing-text.h" #include "attributes.h" #include "document.h" +#include "preferences.h" #include "desktop-handles.h" #include "sp-namedview.h" #include "style.h" @@ -48,12 +49,14 @@ #include "mod360.h" #include "sp-title.h" #include "sp-desc.h" +#include "sp-text.h" #include "sp-textpath.h" #include "sp-tref.h" #include "sp-tspan.h" #include "text-editing.h" +#include "unit-constants.h" /*##################################################### # SPTEXT |
