diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 12:30:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 12:30:54 +0000 |
commit | f595f0877bb30e4a23c8fe4cf954f54246174166 (patch) | |
tree | 5e9d89ac99f486fed5732960983299205286a973 /soltools/ldump/ldump.hxx | |
parent | 301131a5afba707c0ea3f3f0364aa2a349fed6ed (diff) |
INTEGRATION: CWS ldump01 (1.3.64); FILE MERGED
2007/10/10 13:08:37 vg 1.3.64.1: #i82474# anonymous namespace symbol filtering
Diffstat (limited to 'soltools/ldump/ldump.hxx')
-rw-r--r-- | soltools/ldump/ldump.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/soltools/ldump/ldump.hxx b/soltools/ldump/ldump.hxx index edbb36d0dcee..2941da638e83 100644 --- a/soltools/ldump/ldump.hxx +++ b/soltools/ldump/ldump.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ldump.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:08:48 $ + * last change: $Author: vg $ $Date: 2007-10-15 13:30:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,6 +77,7 @@ public: void SetBeginExport(unsigned short nVal){nBegin = nVal;} void SetCExport( char* pName ); bool Filter(char *pName); + bool IsFromAnonymousNamespace(char *pName); bool PrintDefFile(); bool PrintDataBase(); static void DumpError(unsigned long nError); |