diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:09:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:09:04 +0000 |
commit | 2fe1d668d47956a7ed620334c9517a68da7fdba0 (patch) | |
tree | a5b8cb09cb1ad5a3aa74ffecefb8f6df8debaf47 /svx | |
parent | 320dd729d1e236ac3337a897e30cd0cbfdf9d64f (diff) |
INTEGRATION: CWS removedrafts (1.4.154); FILE MERGED
2005/02/17 14:08:03 cd 1.4.154.1: #i42557# Move UNOIDL types from drafts to com
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/formtoolbars.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/formtoolbars.cxx b/svx/source/form/formtoolbars.cxx index f2dcc6fda4f4..ca0e6aceb9ef 100644 --- a/svx/source/form/formtoolbars.cxx +++ b/svx/source/form/formtoolbars.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formtoolbars.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2005-02-17 10:57:04 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:09:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ namespace svxform using namespace ::com::sun::star::uno; using namespace ::com::sun::star::frame; using namespace ::com::sun::star::beans; - using namespace ::drafts::com::sun::star::frame; + using namespace ::com::sun::star::frame; //==================================================================== //= FormToolboxes |