summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/PostItMgr.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:05:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:05:10 +0000
commited96648d0a40e1982c903835f0c09897d41bd302 (patch)
treeaa0e2bcd3be3d850f83105dbe453d442cd38cac1 /sw/source/ui/docvw/PostItMgr.cxx
parent1b72ab901a6de682e9dff6dd009d9be37dbae26a (diff)
INTEGRATION: CWS hr50 (1.2.14); FILE MERGED
2008/04/11 15:54:05 hr 1.2.14.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'sw/source/ui/docvw/PostItMgr.cxx')
-rw-r--r--sw/source/ui/docvw/PostItMgr.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/docvw/PostItMgr.cxx b/sw/source/ui/docvw/PostItMgr.cxx
index 8b224ec76a0c..fc4de1608065 100644
--- a/sw/source/ui/docvw/PostItMgr.cxx
+++ b/sw/source/ui/docvw/PostItMgr.cxx
@@ -8,7 +8,7 @@
*
* $RCSfile: PostItMgr.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -316,8 +316,9 @@ void SwPostItMgr::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
if (bEmpty && !mvPostItFlds.empty())
PrepareView(true);
}
- else
+ else {
DBG_ERROR( "Inserted field not in document!" );
+ }
break;
}
case SWFMTFLD_REMOVED: