From 89d13544108cf04967729a5ff1da4b93fde1f381 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 18 Mar 2004 11:13:00 +0000 Subject: #100000# syntax for unxlngi5 nonpro --- padmin/source/pamain.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'padmin') diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx index ef6e51d4e3be..8d859abc7455 100644 --- a/padmin/source/pamain.cxx +++ b/padmin/source/pamain.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pamain.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2004-03-17 10:45:21 $ + * last change: $Author: obo $ $Date: 2004-03-18 12:13:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -167,11 +167,13 @@ void MyApp::Main() #endif ::ucb::ContentBroker::initialize( xFactory, aArgs ); +#if OSL_DEBUG_LEVEL > 1 if ( !bSuccess ) { fprintf( stderr, "Error creating UCB, installation must be in disorder. Exiting.\n" ); exit( 1 ); } +#endif pPADialog = PADialog::Create( NULL , FALSE ); -- cgit lue='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/classification/example_sl-SI.xml
AgeCommit message (Collapse)Author
2017-09-21TSCP: add advanced classification dialogTomaž Vajngerl
This adds a advanced classification dialog, which enables the user to manually construct a header/footer message from classification properties in cases where the user needs more control. All the text is inserted as fields into the end document and can be changed by changing the document properties. The simple classification still functions as it did before, which is what most users will want to use in this case. The BAF policy has been extended with new xml extension elements: - loext:Marking - loext:IntellectualPropertyPart - loext:IntellectualPropertyPartNumber They are used to fill the values in the advanced classification dialog. Change-Id: Ie2d638d69b8a9b0799cff9c2b785eb789f8af1d5 Reviewed-on: https://gerrit.libreoffice.org/42474 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2016-07-09tdf#100352 Make the watermarks and colored infobar work in SlovenianAdolfo Jayme Barrientos
The elements <baf:Scale> and <baf:Identifier> must match the values set in sfx2/source/view/classificationhelper.cxx to work. I moved the translated words to their proper place. Change-Id: Id860a375654e371742ba15435d3e73506ef5ef0e Reviewed-on: https://gerrit.libreoffice.org/26685 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-06-26Slovenian example.xml (related: tdf#100352)Andras Timar
Change-Id: I2538b3d1b0197abb07d76b903b824ebbd36695c3 Reviewed-on: https://gerrit.libreoffice.org/26597 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>