summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-07 13:50:28 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-07 13:50:28 +0100
commita2c4c5323de520468e5e0acb598ccdc18b70f8a7 (patch)
tree3dbf5616e2975ab0cb9ce74da2d3c72a56344bb9 /vcl/source/app
parentbe8d00fe05ad77bdf4aa86e37faab84b35fb8da8 (diff)
parentd6987b06b0e069a5276ff59d02b71c5fd5c5e626 (diff)
dba34c: pulled/merged latest changes from CWS dba34b
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/svdata.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index 03b0365cff63..935d2c1894ea 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -129,6 +129,9 @@ void ImplInitSVData()
break;
}
}
+
+ // mark default layout border as unitialized
+ pImplSVData->maAppData.mnDefaultLayoutBorder = -1;
}
// -----------------------------------------------------------------------