diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
| commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
| tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /print/scribus-devel/files/patch-scribus_plugins_scriptplugin_macro.cpp | |
| parent | a9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff) | |
Diffstat (limited to 'print/scribus-devel/files/patch-scribus_plugins_scriptplugin_macro.cpp')
| -rw-r--r-- | print/scribus-devel/files/patch-scribus_plugins_scriptplugin_macro.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/print/scribus-devel/files/patch-scribus_plugins_scriptplugin_macro.cpp b/print/scribus-devel/files/patch-scribus_plugins_scriptplugin_macro.cpp deleted file mode 100644 index 797f1fff526b..000000000000 --- a/print/scribus-devel/files/patch-scribus_plugins_scriptplugin_macro.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- scribus/plugins/scriptplugin/macro.cpp.orig Sun Jul 3 16:34:04 2005 -+++ scribus/plugins/scriptplugin/macro.cpp Mon Jul 4 13:10:49 2005 -@@ -53,7 +53,7 @@ - { - assert(!PyErr_Occurred()); - -- if ((newName == QString::null) or (newName == "")) -+ if ((newName == QString::null) || (newName == "")) - qDebug("Macro::Macro() called with NULL or '' name"); - - // set the macro name -@@ -344,7 +344,7 @@ - // Must not return with an exception set - void Macro::setMacroName(QString newName) - { -- if ((newName == QString::null) or (newName == "")) -+ if ((newName == QString::null) || (newName == "")) - { - qDebug("Macro::setMacroName(): called with NULL or '' name"); - return; |
