diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 21:21:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 21:21:42 +0100 |
commit | 7f69bfe2d7b7082b430136815d1aca1fb158868c (patch) | |
tree | b39bcd403aebf5564450acf1273032c273dd4553 /sfx2 | |
parent | acc2e9d7197e75aa435fe71095e39910076e14e5 (diff) |
debug-only method
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index 0259af133f5e..d7a59a7b3854 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -3205,7 +3205,7 @@ sal_Bool SfxObjectShell::SaveCompleted( const uno::Reference< embed::XStorage >& return bResult; } - +#if OSL_DEBUG_LEVEL > 0 sal_Bool StoragesOfUnknownMediaTypeAreCopied_Impl( const uno::Reference< embed::XStorage >& xSource, const uno::Reference< embed::XStorage >& xTarget ) { @@ -3297,7 +3297,7 @@ sal_Bool StoragesOfUnknownMediaTypeAreCopied_Impl( const uno::Reference< embed:: return sal_True; } - +#endif sal_Bool SfxObjectShell::SwitchPersistance( const uno::Reference< embed::XStorage >& xStorage ) { |