~ubuntu-branches/ubuntu/natty/mozvoikko/natty-proposed

« back to all changes in this revision

Viewing changes to src/mozVoikkoUtils.cpp

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-12-20 00:19:52 UTC
  • mfrom: (18.1.3 natty-security)
  • Revision ID: package-import@ubuntu.com-20111220001952-kgbjh71gwu6l8023
Tags: 1.10.0-0ubuntu0.11.04.4
* Update for Firefox 9 (LP: #906389)
  - update debian/patches/port_to_latest_firefox.patch for
    mozISpellCheckingEngine changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <nsISupports.h>
32
32
#include <prerror.h>
33
33
 
 
34
#ifndef SYSTEM_LIBVOIKKO
34
35
#include "nsIMozvoikkoHelper.h"
35
36
 
36
37
#define MOZVOIKKO_HELPER_CONTRACTID "@mozilla.org/mozvoikkohelper;1"
 
38
#endif
37
39
 
38
40
#if defined(__linux__) || defined(__GLIBC__)
39
41
 
124
126
    return msg;
125
127
}
126
128
 
 
129
#ifndef SYSTEM_LIBVOIKKO
 
130
 
127
131
nsresult checkLeafNameAndGetParent(nsIFile *file, nsIFile **parent,
128
132
    const nsACString &expectedLeafName)
129
133
{
241
245
    return NS_OK;
242
246
}
243
247
 
244
 
#ifndef SYSTEM_LIBVOIKKO
245
248
 
246
249
nsresult getMozVoikkoBaseDirs(nsIFile **libDir, nsIFile **dataDir)
247
250
{