summaryrefslogtreecommitdiff
path: root/svx/source/editeng
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 17:12:07 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 17:12:07 +0000
commita4c3d86bda3ce44534b99ad0048409cfe3adb486 (patch)
treec882a07d594dbc69a6ee976fe475fdb676e3e581 /svx/source/editeng
parent0ce23526131ff4bafea336ea0cfe161a4ac1ed89 (diff)
INTEGRATION: CWS presentationengine01 (1.89.66); FILE MERGED
2004/10/12 17:16:37 thb 1.89.66.3: RESYNC: (1.90-1.91); FILE MERGED 2004/07/06 16:45:19 thb 1.89.66.2: RESYNC: (1.89-1.90); FILE MERGED 2004/04/05 17:00:45 thb 1.89.66.1: #110496# Added verbose metafile comments for EditEngine. This is needed for preseng text effects
Diffstat (limited to 'svx/source/editeng')
-rw-r--r--svx/source/editeng/editeng.cxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/svx/source/editeng/editeng.cxx b/svx/source/editeng/editeng.cxx
index 7f8026d3850a..04a3fd73c258 100644
--- a/svx/source/editeng/editeng.cxx
+++ b/svx/source/editeng/editeng.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editeng.cxx,v $
*
- * $Revision: 1.91 $
+ * $Revision: 1.92 $
*
- * last change: $Author: rt $ $Date: 2004-09-17 14:15:19 $
+ * last change: $Author: rt $ $Date: 2004-11-26 18:12:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2401,6 +2401,18 @@ ParagraphInfos EditEngine::GetParagraphInfos( sal_uInt16 nPara )
return pImpEditEngine->CreateTransferable( aSel );
}
+void EditEngine::EnableVerboseTextComments( BOOL bEnable )
+{
+ DBG_CHKTHIS( EditEngine, 0 );
+ pImpEditEngine->EnableVerboseTextComments( bEnable );
+}
+
+BOOL EditEngine::IsVerboseTextComments() const
+{
+ DBG_CHKTHIS( EditEngine, 0 );
+ return pImpEditEngine->IsVerboseTextComments();
+}
+
// =====================================================================
// ====================== Virtuelle Methoden =======================
// =====================================================================