diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:59:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:59:43 +0000 |
commit | 0d6168ed439cde3a666f2a3ad72718a71f1987c0 (patch) | |
tree | c7eed5919678582019404de248623f289f562c47 /stoc | |
parent | fef7d406e9ee1359eef4691e0f9fb1114b9e403a (diff) |
INTEGRATION: CWS sb76 (1.18.56); FILE MERGED
2007/08/31 11:01:54 sb 1.18.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/registry_tdprovider/base.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/stoc/source/registry_tdprovider/base.hxx b/stoc/source/registry_tdprovider/base.hxx index 1f2b58b80f43..4f03ff527863 100644 --- a/stoc/source/registry_tdprovider/base.hxx +++ b/stoc/source/registry_tdprovider/base.hxx @@ -4,9 +4,9 @@ * * $RCSfile: base.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:04:10 $ + * last change: $Author: hr $ $Date: 2007-09-27 12:59:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,6 +93,10 @@ using namespace com::sun::star::lang; using namespace com::sun::star::container; using namespace com::sun::star::reflection; +//-------------------------------------------------------------------------------------------------- + +extern rtl_StandardModuleCount g_moduleCount; + namespace stoc_rdbtdp { @@ -136,9 +140,6 @@ createTypeDescription( ::com::sun::star::container::XHierarchicalNameAccess > & xNameAccess, bool bReturnEmptyRefForUnknownType ); -//-------------------------------------------------------------------------------------------------- - -extern rtl_StandardModuleCount g_moduleCount; //-------------------------------------------------------------------------------------------------- inline sal_Int32 getRTValueAsInt32( const RTConstValue & rVal ) |