diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 16:06:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 16:06:58 +0000 |
commit | a4694920e9d7dc6a8e076719739d7496d5b242e5 (patch) | |
tree | ac604e8383bdecba0859abaf54afdca6008c5355 /framework | |
parent | 846c9be0b2195cc83073eab3a5e62f086de3d6a7 (diff) |
INTEGRATION: CWS obo30 (1.7.40); FILE MERGED
2008/06/06 06:38:58 obo 1.7.40.2: #i90100# EOL missing
2008/05/30 08:31:12 obo 1.7.40.1: #i90100# ambigous Reference during ENABLE_PCH build
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/xml/statusbarconfiguration.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/xml/statusbarconfiguration.cxx b/framework/source/xml/statusbarconfiguration.cxx index 4a2fa3309738..a568251e74ca 100644 --- a/framework/source/xml/statusbarconfiguration.cxx +++ b/framework/source/xml/statusbarconfiguration.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: statusbarconfiguration.cxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -57,7 +57,6 @@ // namespace //_________________________________________________________________________________________________________________ -using namespace ::rtl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::lang; @@ -166,3 +165,4 @@ sal_Bool StatusBarConfiguration::StoreStatusBar( } } } + |