summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 09:43:44 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:49 +0200
commit0654c95af100989c64b530daf852e089f7c2bda3 (patch)
tree1aa6c5731d7d7d8a6bc18933ce46f1316506dff9 /sot
parent31c4dfb2b5fbbed58a37c4c924041629c68ebb95 (diff)
debug only code SotFactory::Find(SvGlobalName const&)
Change-Id: Ia7e94a0580a26dad874b2f53b4bc17d5c4b6d115
Diffstat (limited to 'sot')
-rw-r--r--sot/source/base/factory.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sot/source/base/factory.cxx b/sot/source/base/factory.cxx
index 1b28f7035d8d..ec2aa26b677d 100644
--- a/sot/source/base/factory.cxx
+++ b/sot/source/base/factory.cxx
@@ -113,6 +113,7 @@ SotFactory::~SotFactory()
|*
|* Beschreibung
*************************************************************************/
+#ifdef DBG_UTIL
const SotFactory* SotFactory::Find( const SvGlobalName & rFactName )
{
SvGlobalName aEmpty;
@@ -128,6 +129,7 @@ const SotFactory* SotFactory::Find( const SvGlobalName & rFactName )
return 0;
}
+#endif
/*************************************************************************
|* SotFactory::PutSuperClass()