]> git.lyx.org Git - features.git/commitdiff
getting rid of more superfluous lyx::support:: statements.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 12 Dec 2007 20:10:20 +0000 (20:10 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 12 Dec 2007 20:10:20 +0000 (20:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22107 a592a061-630c-0410-9148-cb99ea01b6c8

src/Counters.cpp
src/ISpell.cpp
src/Language.cpp

index 1c910b115c2e4cdf7595cac964282e2527b5bcc9..cec66729742ba6efe9d1b5b72dad1773389618b6 100644 (file)
@@ -300,7 +300,7 @@ docstring const romanCounter(int const n)
 
 docstring const lowerromanCounter(int const n)
 {
-       return support::lowercase(romanCounter(n));
+       return lowercase(romanCounter(n));
 }
 
 } // namespace anon
index 6a74bcb82451fd8b38eaef9d2998b30c67655413..bd772685c7b9fc8dbc70ae94099d41e93eab70d4 100644 (file)
@@ -43,8 +43,8 @@ namespace lyx {
 
 namespace {
 
-class LaunchIspell : public support::ForkedProcess {
-       typedef support::ForkedProcess ForkedProcess;
+class LaunchIspell : public ForkedProcess
+{
 public:
        ///
        LaunchIspell(BufferParams const & p, string const & l,
index 770ee8686c5254d77d24187be72fa85503f2fb4a..6e4f6fe8c061c282264612555f92dabe8c4f39e5 100644 (file)
@@ -24,6 +24,7 @@
 #include <ostream>
 
 using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
@@ -37,7 +38,7 @@ Language latex_lang("latex", "", "Latex", false, "", 0, "latex", "");
 Language const * latex_language = &latex_lang;
 
 
-void Languages::read(support::FileName const & filename)
+void Languages::read(FileName const & filename)
 {
        // We need to set the encoding of latex_lang
        latex_lang = Language("latex", "", "Latex", false, "iso8859-1",