diff --git a/adressaufkleber/vl-addressLabels.cls b/adressaufkleber/vl-addressLabels.cls
index 72feab79fe2f94e3842f7a42c777e0bde0e7b52e..7c2dcaf716694cf7d1dae9a1a84e3cae282081ec 100644
--- a/adressaufkleber/vl-addressLabels.cls
+++ b/adressaufkleber/vl-addressLabels.cls
@@ -3,7 +3,7 @@
 \listfiles
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesClass{vl-addressLabels}
-    [2015/04/30 v0.1e Dokumentenklasse (RN/PTB)]
+    [2015/07/15 v0.1f Dokumentenklasse (RN/PTB)]
 
 \newcommand*\vl@lang{english}
 
@@ -126,13 +126,13 @@
   \mbox{}
 }
 
-\newcommand*\vl@firm{}
-\newcommand*\vl@attn{}% "z.\,Hd.", "Attn:" oder "c/o"
-\newcommand*\vl@name{}
-\newcommand*\vl@street{}
-\newcommand*\vl@zip{}
-\newcommand*\vl@town{}
-\newcommand*\vl@land{}
+\newcommand\vl@firm{}
+\newcommand\vl@attn{}% "z.\,Hd.", "Attn:" oder "c/o"
+\newcommand\vl@name{}
+\newcommand\vl@street{}
+\newcommand\vl@zip{}
+\newcommand\vl@town{}
+\newcommand\vl@land{}
 
 \AddToShipoutPictureBG*{%
   \vlLabels
@@ -189,12 +189,12 @@
 
 \RequirePackage{trimspaces}
 
-\newcommand*\firm[1]{\xdef\vl@firm{\trim@spaces{#1}}}
-\newcommand*\attn[1]{\xdef\vl@attn{\trim@spaces{#1}}}
-\newcommand*\name[1]{\xdef\vl@name{\trim@spaces{#1}}}
-\newcommand*\street[1]{\xdef\vl@street{\trim@spaces{#1}}}
-\newcommand*\zip[1]{\xdef\vl@zip{{\trim@spaces{#1}}}}
-\newcommand*\town[1]{\xdef\vl@town{\trim@spaces{#1}}}
+\newcommand\firm[1]{\xdef\vl@firm{\trim@spaces{#1}}}
+\newcommand\attn[1]{\xdef\vl@attn{\trim@spaces{#1}}}
+\newcommand\name[1]{\xdef\vl@name{\trim@spaces{#1}}}
+\newcommand\street[1]{\xdef\vl@street{\trim@spaces{#1}}}
+\newcommand\zip[1]{\xdef\vl@zip{{\trim@spaces{#1}}}}
+\newcommand\town[1]{\xdef\vl@town{\trim@spaces{#1}}}
 \let\land=\relax
 \newcommand*\land[1]{\xdef\vl@land{\trim@spaces{#1}}}