Code

it was a very stupid idea to sort all combos without asking - this broke the blend...
[inkscape.git] / src / ui / clipboard.h
index bb214dbf7f10e210b2e117a1602340f72453cd69..54c05ac0def1f16419b74c559e7c3d25d81ad495 100644 (file)
@@ -46,7 +46,8 @@ public:
     virtual bool pasteSize(bool separately, bool apply_x, bool apply_y) = 0;
     virtual bool pastePathEffect() = 0;
     virtual Glib::ustring getPathParameter() = 0;
-    virtual Glib::ustring getPathObjectId() = 0;
+    virtual Glib::ustring getShapeOrTextObjectId() = 0;
+    virtual const gchar *getFirstObjectID() = 0;
     
     static ClipboardManager *get();
 protected: