diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-02-13 19:14:47 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-02-13 19:14:47 +0000 |
| commit | dce08c184686d4cef1f1961926cce339429f5aba (patch) | |
| tree | 58a437a00423768c653d1a90ddb5cf65bfe71efd /src/extension/internal/gnome.cpp | |
| parent | closed up denial-of-service attack vector (ironically located in an (diff) | |
| download | inkscape-dce08c184686d4cef1f1961926cce339429f5aba.tar.gz inkscape-dce08c184686d4cef1f1961926cce339429f5aba.zip | |
bulk whitespace removal patch #1198588 by gigaclon
(bzr r134)
Diffstat (limited to 'src/extension/internal/gnome.cpp')
| -rw-r--r-- | src/extension/internal/gnome.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/internal/gnome.cpp b/src/extension/internal/gnome.cpp index adeb36ef6..6c6563e7e 100644 --- a/src/extension/internal/gnome.cpp +++ b/src/extension/internal/gnome.cpp @@ -239,7 +239,7 @@ PrintGNOME::fill(Inkscape::Extension::Print *mod, dpbox.y0 = pbox->y0; dpbox.x1 = pbox->x1; dpbox.y1 = pbox->y1; - painter = sp_paint_server_painter_new(SP_STYLE_FILL_SERVER(style), + painter = sp_paint_server_painter_new(SP_STYLE_FILL_SERVER(style), // FIXME: the second matrix below must be the parent (context) transform. // I don't know what it must be for gnome-print. --bb ctm, NR::identity(), @@ -394,7 +394,7 @@ void PrintGNOME::init (void) { Inkscape::Extension::Extension * ext; - + /* SVG in */ ext = Inkscape::Extension::build_from_mem( "<inkscape-extension>\n" |
