diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-16 15:50:58 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-16 15:50:58 +0000 |
commit | 4392da7251912186de1b5af6655972e7b24e3b78 (patch) | |
tree | 3e6310651d31489c4b476b4a587a749c0ce9b3d4 /embeddedobj | |
parent | f92a30400ee6a240d110d2151a0f2beb3a85b34e (diff) |
INTEGRATION: CWS fwkdbdesign01 (1.16.70); FILE MERGED
2007/02/27 09:09:31 as 1.16.70.1: #i45663# overwrite module names for embedded objects
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/inc/commonembobj.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx index 56aea4ddf159..fe018e792ec5 100644 --- a/embeddedobj/source/inc/commonembobj.hxx +++ b/embeddedobj/source/inc/commonembobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: commonembobj.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2006-02-01 19:05:06 $ + * last change: $Author: ihi $ $Date: 2007-04-16 16:50:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -168,6 +168,7 @@ protected: ::rtl::OUString m_aContainerName; ::rtl::OUString m_aDefaultParentBaseURL; + ::rtl::OUString m_aModuleName; Interceptor* m_pInterceptor; |