summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basides2.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 16:59:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 16:59:06 +0000
commit40b0c16b9ba5529d02d67cebff711f3fb69e5ac9 (patch)
tree4e4bcebbe4f3b03f2b61ee6c3b1740f39361670f /basctl/source/basicide/basides2.cxx
parent89c5006d5ece691da3ddc264dbdfe4d8e1f0b47b (diff)
INTEGRATION: CWS xmlsec08 (1.11.24); FILE MERGED
2005/03/03 13:03:00 mt 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/21 05:40:22 pb 1.11.24.1: fix: #i40104# add 'Signed' hint on title
Diffstat (limited to 'basctl/source/basicide/basides2.cxx')
-rw-r--r--basctl/source/basicide/basides2.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx
index 17746e361dbb..978fbe45f61b 100644
--- a/basctl/source/basicide/basides2.cxx
+++ b/basctl/source/basicide/basides2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basides2.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2005-02-24 16:58:42 $
+ * last change: $Author: vg $ $Date: 2005-03-10 17:59:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -198,6 +198,14 @@ void BasicIDEShell::SetMDITitle()
aTitle = String( IDEResId( RID_STR_ALL ) );
}
+ if ( m_pCurShell &&
+ m_pCurShell->GetScriptingSignatureState() == SIGNATURESTATE_SIGNATURES_OK )
+ {
+ aTitle += String::CreateFromAscii( " " );
+ aTitle += String( IDEResId( RID_STR_SIGNED ) );
+ aTitle += String::CreateFromAscii( " " );
+ }
+
SfxViewFrame* pViewFrame = GetViewFrame();
if ( pViewFrame )
{