diff options
-rw-r--r-- | svx/source/dialog/optgdlg.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/dialog/optgdlg.cxx b/svx/source/dialog/optgdlg.cxx index 8222b5acb34d..64d8422f6515 100644 --- a/svx/source/dialog/optgdlg.cxx +++ b/svx/source/dialog/optgdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: optgdlg.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: vg $ $Date: 2006-04-07 14:00:35 $ + * last change: $Author: rt $ $Date: 2006-05-02 15:32:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -194,6 +194,8 @@ #include <com/sun/star/container/XSet.hpp> #endif +#include <vcl/svapp.hxx> + #include "optgdlg.hrc" #include "optgdlg.hxx" #include "ofaitem.hxx" |