summaryrefslogtreecommitdiff
path: root/sw/inc/fmtflcnt.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-04 12:19:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-04 12:19:06 +0000
commitecadf82c88215406682ba0a6573a1567b37b41ff (patch)
treef49020a85cf3d00836d4f0903c6ce190d9c8d669 /sw/inc/fmtflcnt.hxx
parentf4532b5dc0fb760b73104da7aa47909443469183 (diff)
INTEGRATION: CWS aig02 (1.1.1.1.250); FILE MERGED
2003/06/30 08:39:31 od 1.1.1.1.250.1: #108784# - adjustment for export binary format for drawing objects in header/footer
Diffstat (limited to 'sw/inc/fmtflcnt.hxx')
-rw-r--r--sw/inc/fmtflcnt.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/fmtflcnt.hxx b/sw/inc/fmtflcnt.hxx
index 3a494ace8a1a..baafe3b3dee3 100644
--- a/sw/inc/fmtflcnt.hxx
+++ b/sw/inc/fmtflcnt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtflcnt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $
+ * last change: $Author: vg $ $Date: 2003-07-04 13:19:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,6 +92,9 @@ public:
const SwTxtFlyCnt *GetTxtFlyCnt() const { return pTxtAttr; }
SwTxtFlyCnt *GetTxtFlyCnt() { return pTxtAttr; }
+
+ // OD 27.06.2003 #108784#
+ const bool Sw3ioExportAllowed() const;
};
#endif