From 44caa8f0efaf0ab615c6f0203bfd0b027b2d5316 Mon Sep 17 00:00:00 2001 From: jghali Date: Fri, 11 May 2012 11:11:57 +0000 Subject: fix build error on win32 git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17504 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/scpaths.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'scribus') diff --git a/scribus/scpaths.cpp b/scribus/scpaths.cpp index 3684cf5..7238d47 100644 --- a/scribus/scpaths.cpp +++ b/scribus/scpaths.cpp @@ -302,8 +302,6 @@ QStringList ScPaths::spellDirs() const foreach (dir, dictDirList) spellDirs.append(progFiles+windowsLOPath + "/" + dir + "/"); } - if (d.exists()) - spellDirs.append(progFiles+windowsLOPath + "/" + dir + "/"); #elif defined(Q_WS_X11) d.setPath(linuxPath); if (d.exists()) -- cgit