summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/implementation.h
diff options
context:
space:
mode:
authorraphael0202 <raphael0202@yahoo.fr>2016-03-16 17:20:29 +0000
committerJazzyNico <nicoduf@yahoo.fr>2016-03-16 17:20:29 +0000
commit67901523e5dc2f6ba839550bd5790fe143c3143e (patch)
treebf83b648469ede53a33e96c07d8fccb474e8f0c8 /src/extension/implementation/implementation.h
parent[Bug #1545726] Incorrect FSF address in many extension files. (diff)
downloadinkscape-67901523e5dc2f6ba839550bd5790fe143c3143e.tar.gz
inkscape-67901523e5dc2f6ba839550bd5790fe143c3143e.zip
[Bug #1558153] Typos and tabs instead of spaces in extension module.
Fixed bugs: - https://launchpad.net/bugs/1558153 (bzr r14713)
Diffstat (limited to 'src/extension/implementation/implementation.h')
-rw-r--r--src/extension/implementation/implementation.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/extension/implementation/implementation.h b/src/extension/implementation/implementation.h
index f6f933aaf..1232ae0c8 100644
--- a/src/extension/implementation/implementation.h
+++ b/src/extension/implementation/implementation.h
@@ -18,7 +18,7 @@
#include <2geom/forward.h>
namespace Gtk {
- class Widget;
+ class Widget;
}
class SPDocument;
@@ -33,7 +33,7 @@ class View;
} // namespace UI
namespace XML {
- class Node;
+ class Node;
} // namespace XML
namespace Extension {
@@ -51,18 +51,18 @@ namespace Implementation {
*/
class ImplementationDocumentCache {
- /**
+ /**
* The document that this instance is working on.
*/
- Inkscape::UI::View::View * _view;
+ Inkscape::UI::View::View * _view;
public:
- ImplementationDocumentCache (Inkscape::UI::View::View * view) :
- _view(view)
- {
- return;
- };
- virtual ~ImplementationDocumentCache ( ) { return; };
- Inkscape::UI::View::View const * view ( ) { return _view; };
+ ImplementationDocumentCache (Inkscape::UI::View::View * view) :
+ _view(view)
+ {
+ return;
+ };
+ virtual ~ImplementationDocumentCache ( ) { return; };
+ Inkscape::UI::View::View const * view ( ) { return _view; };
};
/**
@@ -116,7 +116,7 @@ public:
// ----- Effect functions -----
/** Find out information about the file. */
virtual Gtk::Widget * prefs_effect(Inkscape::Extension::Effect *module,
- Inkscape::UI::View::View *view,
+ Inkscape::UI::View::View *view,
sigc::signal<void> *changeSignal,
ImplementationDocumentCache *docCache);
virtual void effect(Inkscape::Extension::Effect * /*module*/,