diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:49:07 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:49:07 +0000 |
commit | 153de21c04fb079eeb4118a9aa0aa37db85668f5 (patch) | |
tree | c45cad0fd04ad0c95bb7243ee09bd86827d200d9 /ucbhelper/inc | |
parent | 1ff12d6435834055c3453c58d540ca97c7056c1f (diff) |
INTEGRATION: CWS bgdlremove (1.4.64); FILE MERGED
2007/05/18 11:38:08 kso 1.4.64.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r-- | ucbhelper/inc/ucbhelper/contentidentifier.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ucbhelper/inc/ucbhelper/contentidentifier.hxx b/ucbhelper/inc/ucbhelper/contentidentifier.hxx index 37b688f6ee22..6ecf2ac85775 100644 --- a/ucbhelper/inc/ucbhelper/contentidentifier.hxx +++ b/ucbhelper/inc/ucbhelper/contentidentifier.hxx @@ -4,9 +4,9 @@ * * $RCSfile: contentidentifier.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:27:32 $ + * last change: $Author: ihi $ $Date: 2007-06-05 14:49:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,7 @@ namespace rtl { class OUString; } -namespace ucb +namespace ucbhelper { struct ContentIdentifier_Impl; @@ -113,6 +113,6 @@ private: ContentIdentifier_Impl* m_pImpl; }; -} /* namespace ucb */ +} /* namespace ucbhelper */ #endif /* !_UCBHELPER_CONTENTIDENTIFIER_HXX */ |