summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 12:59:34 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 12:59:34 +0000
commitb4b5cb2fc86686995c4a4bf9d54212ce040eefea (patch)
tree5862444b1ba5d86ff9a5b4e3be1b6a38acbc5dbe /sw/inc
parent0b85b055ca404e55f88b9eb1f292267e454976f7 (diff)
INTEGRATION: CWS custommeta (1.43.80); FILE MERGED
2008/01/29 17:28:41 mst 1.43.80.1: - sw/inc/docsh.hxx, sw/source/ui/app/docsh2.cxx: + implement SwDocShell::DoFlushDocInfo + remove handling of SfxDocumentInfoHint
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/docsh.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index c8620fc7b897..daef2aa03742 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: vg $ $Date: 2007-10-22 15:04:33 $
+ * last change: $Author: obo $ $Date: 2008-02-26 13:59:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -155,6 +155,10 @@ class SW_DLLPUBLIC SwDocShell: public SfxObjectShell, public SfxListener
using SfxObjectShell::GetVisArea;
using SfxObjectShell::GetStyleFamilyBitmap;
+protected:
+ /// override to update text fields
+ virtual void DoFlushDocInfo();
+
public:
using SotObject::GetInterface;