diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-17 07:56:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-17 07:56:42 +0000 |
commit | ee47399606f589d27589f5c0e6099792fb0be393 (patch) | |
tree | 77603347dca5ce8cb28be0e6053b59dcafcaea8d /svx | |
parent | 47422064faaf7fbbcf50568c3cfd2bdd2b4f64db (diff) |
#100000# more defensive using statement
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmPropBrw.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx index fe57b551bec1..ac6a1add8792 100644 --- a/svx/source/form/fmPropBrw.cxx +++ b/svx/source/form/fmPropBrw.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fmPropBrw.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:13:07 $ + * last change: $Author: vg $ $Date: 2006-03-17 08:56:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -140,9 +140,9 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::awt; using namespace ::com::sun::star::util; using namespace ::com::sun::star::inspection; +using ::com::sun::star::awt::XWindow; /*************************************************************************/ //======================================================================== |