]> git.lyx.org Git - lyx.git/blobdiff - src/Bullet.C
whitespace changes;
[lyx.git] / src / Bullet.C
index 9e4c5389c0189f4d606a6796e8566f82baae23f7..8ea4a538ab1837078bff46132ad75d67a1e67cff 100644 (file)
@@ -207,7 +207,7 @@ void Bullet::generateText() const
 }
 
 
-string const Bullet::bulletSize(short int s)
+string const Bullet::bulletSize(int s)
 {
        // use a parameter rather than hard code `size' in here
        // in case some future function may want to retrieve
@@ -223,7 +223,7 @@ string const Bullet::bulletSize(short int s)
 }
 
 
-string const Bullet::bulletEntry(short int f, short int c)
+string const Bullet::bulletEntry(int f, int c)
 {
        // Despite how this may at first appear the static local variables
        // are only initialized once..