Code

Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialogs ...
[inkscape.git] / src / profile-manager.h
index c52101ca3c8b2e88686b33298477064ad5cbaed6..be9446c17c50f24db419f045012cc33088ccb6db 100644 (file)
 
 class SPDocument;
 
-
 namespace Inkscape {
 
+class ColorProfile;
+
 class ProfileManager : public DocumentSubset,
                        public GC::Finalized
 {
@@ -25,6 +26,8 @@ public:
     ProfileManager(SPDocument *document);
     ~ProfileManager();
 
+    ColorProfile* find(gchar const* name);
+
 private:
     ProfileManager(ProfileManager const &); // no copy
     void operator=(ProfileManager const &); // no assign
@@ -49,4 +52,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :